This commit is contained in:
2026-05-15 20:23:25 +02:00
parent c980004309
commit bc5cae7e82
74 changed files with 563 additions and 130 deletions

View File

@@ -22,9 +22,8 @@ define ('DBCACHE_PATH', PATH_MAIN_APP . 'temp' . DS . 'dbcache' . DS);
define ('URL_MAIN', 'https://' . APP_URL);
define ('URL_STATIC_CONTENT', 'https://' . APP_STATIC_URL);
define ('URL_SITE_MAIN', 'https://' . APP_SITE_URL);
define ('FATAL_ERROR_URL', URL_MAIN);
define ('LOG4PHP_DIR', PATH_CORE . 'lib' . DS . 'log4php' . DS . 'src' . DS . 'php' . DS);
define ('LOG4PHP_CONFIGURATION', PATH_CORE . 'config' . DS . 'Log4PHPConfig.xml');
require_once(LOG4PHP_DIR . 'Logger.php');
?>
require_once(LOG4PHP_DIR . 'Logger.php');