Quick fix for PHP's date complaints.

This commit is contained in:
Jeff Teunissen 2018-02-21 01:02:28 -05:00
parent 2eee4a8cbe
commit 8106d8bdf0
1 changed files with 3 additions and 0 deletions

View File

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