This commit is contained in:
Lizandro Guarnizo
2026-04-16 23:45:58 -05:00
parent 5de48127f1
commit 9277c0553e
14 changed files with 16 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@
* Solo accesible para administradores.
*/
require_once 'config/config.php';
if (!defined('APP_ROOT')) {
define('APP_ROOT', __DIR__);
}
if (file_exists(__DIR__ . '/core/ModuleRegistry.php')) {
require_once __DIR__ . '/core/ModuleRegistry.php';
}