X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=code%2Fconfig.php;h=6c873b0aeac2f59d24e708c21fd7660120c5c715;hb=9b3a025f2298ab090fc574143b6664488ff4599b;hp=9ab25ea39a096f979640dcfd2e9b3056d380b138;hpb=252b15ce88da50b10cf2a7e21175ad63217ea0ad;p=wfpl-cms.git diff --git a/code/config.php b/code/config.php index 9ab25ea..6c873b0 100644 --- a/code/config.php +++ b/code/config.php @@ -4,6 +4,7 @@ define('WFPL_DB', 'fixme'); define('WFPL_DB_USER', 'fixme'); define('WFPL_DB_PASS', 'fixme'); # CMS login passwords are stored in the database. See admin_admins.php +date_default_timezone_set('America/New_York'); require_once('code/wfpl/format.php');