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

@@ -10,7 +10,4 @@ define('prodUser', 'zurawikn_aem');
define('prodPass', 'G]@0NeuvRokQ');
/** Nazwa hosta serwera MySQL */
define('prodHost', 'localhost');
?>
define('prodHost', 'localhost');

View File

@@ -19,8 +19,4 @@ $panelMenu['admin'] =array(
define('ARRAY_PANEL_MENU', $panelMenu);
?>
define('ARRAY_PANEL_MENU', $panelMenu);

View File

@@ -40,6 +40,4 @@ define('COMMENT_INDENT', 10);
//==Param=URL=STRONA======
define('STRONA_APPLICATION_FILE_TYPE', '');
define('STRONA_URL_DELIMITER', '/');
//------------------------
?>
//------------------------

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');