|
@@ -1001,6 +1001,7 @@ ini_set("error_log", "/var/log/apache2/error_log");
|
|
|
|
|
|
|
|
$_SERVER["SERVER_NAME"] = "' . $_SERVER['SERVER_NAME'] . '";
|
|
$_SERVER["SERVER_NAME"] = "' . $_SERVER['SERVER_NAME'] . '";
|
|
|
require_once(APP_PATH_ROOT . DS . "se-lib" . DS . "bootstrap.php");
|
|
require_once(APP_PATH_ROOT . DS . "se-lib" . DS . "bootstrap.php");
|
|
|
|
|
+date_default_timezone_set("Europe/Warsaw");
|
|
|
|
|
|
|
|
Lib::loadClass("Router");
|
|
Lib::loadClass("Router");
|
|
|
Router::getRoute("UrlAction_BiAuditGenerate")->' . $function . ';
|
|
Router::getRoute("UrlAction_BiAuditGenerate")->' . $function . ';
|