up
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user