X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.php;fp=config.php;h=994bfb5788ea12e3d30d9a474df4a7075148c991;hb=15f391c463f08014a2af7b80920c4832877ad09f;hp=a1506ecbc4e0a974f75c284d9ea83e497f6479e5;hpb=981eb0d01458cebf032955ef788c8c88a3a99428;p=wfpl-cms.git diff --git a/config.php b/config.php index a1506ec..994bfb5 100644 --- a/config.php +++ b/config.php @@ -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);