Files
whatsapp/api/get_system_config.php
2026-01-21 08:54:57 -05:00

10 lines
250 B
PHP

<?php
// Wrapper legacy para get_system_config
// Fecha: 21 de enero de 2026
require_once '../config/config.php';
// Exigir autenticación y luego incluir la implementación real
requireAuthentication();
require_once __DIR__ . '/get_settings.php';