From: Jason Woofenden Date: Thu, 12 Mar 2015 15:35:38 +0000 (-0400) Subject: oops, don't run wfpl_main() twice X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=cd1770f2da44256adf9c6605a3c5b0909dd7a9c3 oops, don't run wfpl_main() twice --- diff --git a/config.php b/config.php index a3698ae..8a52bf4 100644 --- a/config.php +++ b/config.php @@ -15,7 +15,3 @@ require_once(__DIR__.'/'.'inc/cms.php'); # Connect to the database db_connect(WFPL_DB, WFPL_DB_USER, WFPL_DB_PASS); - -# Load the requested page (php and/or html) -require_once(INC_WFPL . 'main.php'); -wfpl_main();