mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Quick fix for PHP's date complaints.
This commit is contained in:
parent
2eee4a8cbe
commit
8106d8bdf0
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
$columns = 'content';
|
||||
define ('siteHome', "/home/project-web/quake/htdocs");
|
||||
|
||||
// PHP is complaining about date stamps now...
|
||||
date_default_timezone_set ("UTC");
|
||||
|
||||
require siteHome . "/parts/library.inc"; // Load function library
|
||||
if ($need) {
|
||||
need ($need);
|
||||
|
|
Loading…
Reference in a new issue