menus
This commit is contained in:
@@ -50,6 +50,9 @@ function env($key, $default = null) {
|
||||
return $_ENV[$key] ?? getenv($key) ?: $default;
|
||||
}
|
||||
|
||||
// Incluir clase Database
|
||||
require_once __DIR__ . '/../classes/Database.php';
|
||||
|
||||
// Función para verificar si la instalación está completada
|
||||
function isInstallationCompleted() {
|
||||
return file_exists(dirname(__DIR__) . '/.installation_completed');
|
||||
|
||||
Reference in New Issue
Block a user