A lot of code cleanup and code sanitation done.

This commit is contained in:
2026-06-20 00:31:32 +02:00
parent be392b8149
commit d781078c0d
100 changed files with 733 additions and 2097 deletions

View File

@@ -16,6 +16,7 @@ include_once './bin/php/Functions/globalFunctions.php';
include_once './login/php/authFunctions.php';
$locale = getPreferredLocale();
$translations = require $_SERVER['DOCUMENT_ROOT'] . "/bin/locales/{$locale}.php";
$GLOBALS['modules_enabled'] = getEnabledModules();