X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=config.php;h=f5c078ef5f065069dfa71ea79b3d9d3fb00c593c;hp=a1506ecbc4e0a974f75c284d9ea83e497f6479e5;hb=0a5d51b1488c91a5b6387d440ab16c04ef10bac8;hpb=981eb0d01458cebf032955ef788c8c88a3a99428 diff --git a/config.php b/config.php index a1506ec..f5c078e 100644 --- a/config.php +++ b/config.php @@ -6,7 +6,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 +# CMS login passwords are stored in the database. See admin_users.php date_default_timezone_set('America/New_York'); # Enable features, auto-includes @@ -15,6 +15,7 @@ require_once(DOCROOT . 'inc/wfpl/db.php'); require_once(DOCROOT . 'inc/wfpl/session_messages.php'); require_once(DOCROOT . 'inc/session_auth.php'); require_once(DOCROOT . 'inc/cms.php'); +require_once(DOCROOT . 'inc/misc.php'); # Connect to the database db_connect(WFPL_DB, WFPL_DB_USER, WFPL_DB_PASS);