This commit is contained in:
Lizandro Guarnizo
2026-04-19 20:59:25 -05:00
parent 0fc9675c8a
commit 07bbc4c484
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -390,6 +390,10 @@ if (!defined('APP_URL')) {
$__host = $_SERVER['HTTP_HOST'] ?? 'localhost';
define('APP_URL', $__proto . '://' . $__host);
}
// BASE_URL: alias de APP_URL con barra final (usado en vistas de módulos ERP)
if (!defined('BASE_URL')) {
define('BASE_URL', rtrim(APP_URL, '/') . '/');
}
define('TIMEZONE', 'America/Bogota');
// Información del desarrollador