Small changes, fixed rare timezone issue

Fixed error: “date(): It is not safe to rely on the system's timezone
settings…”
This commit is contained in:
Wruczek
2016-10-12 21:57:49 +02:00
parent ac2a64fa6d
commit ca6a719247
5 changed files with 8 additions and 4 deletions

View File

@ -16,6 +16,7 @@ $config["general"]["icon"] = "img/icon/icon-32.png";
$config["general"]["subtitle"] = " - Best TeamSpeak server!"; // Website subtitle
$config["general"]["desc"] = "Polski serwer TeamSpeak! Zapraszamy :)"; // Website description - displayed in Google search engine
$config["general"]["newsDir"] = "config/news"; // News folder (relative to project folder)
$config["general"]["timezone"] = "Europe/Warsaw"; // Your timezone - http://php.net/manual/en/timezones.php
$config["general"]["enablehta"] = false; // Enable / Disable additional website features (recommended, but
// you need to have up-to-date version of Apache and install mod_rewrite)