up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user