X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.php;h=f5c078ef5f065069dfa71ea79b3d9d3fb00c593c;hb=40e5acacf037bc97c69e25aeae2bfbf14f77c7ec;hp=5be892e0164f3f9c19f065c97d9c6befce50a6d2;hpb=abf27e3dd23a8fb52d766be615ebaa19a9dfc389;p=wfpl-cms.git diff --git a/config.php b/config.php index 5be892e..f5c078e 100644 --- a/config.php +++ b/config.php @@ -6,14 +6,16 @@ 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 require_once(DOCROOT . 'inc/wfpl/format.php'); 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);