spaghetti 8 years ago
parent
commit
8d8b709953
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      classes/config.template

+ 1
- 1
classes/config.template View File

@@ -2,7 +2,7 @@
2 2
 if (version_compare(PHP_VERSION, '7.0.0', '<')) {
3 3
   die("Gazelle requires PHP 7.0 or later to function properly");
4 4
 }
5
-//date_default_timezone_set('EST');
5
+date_default_timezone_set('EST');
6 6
 
7 7
 // Main settings
8 8
 define('SITE_NAME',     'Oppaitime'); //The name of your site

Loading…
Cancel
Save