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', '01244953_zurawik');
define('prodPass', 'Df61Xz21');
/** Nazwa hosta serwera MySQL */
define('prodHost', 'mysql8');
?>
define('prodHost', 'mysql8');

View File

@@ -51,5 +51,4 @@ define('ADMIN_PANEL',false);
define('HEAD_TITLE', 'HEAD_TITLE');
define('HEAD_KEYWORDS', '');
define('HEAD_DESCRIPTION', '');
define('STATISTIC', '');
?>
define('STATISTIC', '');

View File

@@ -31,6 +31,4 @@ define ('URL_STATIC_CONTENT', 'https://' . APP_STATIC_URL);
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');