JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, don't run wfpl_main() twice
authorJason Woofenden <jason@jasonwoof.com>
Thu, 12 Mar 2015 15:35:38 +0000 (11:35 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 12 Mar 2015 15:35:38 +0000 (11:35 -0400)
config.php

index a3698ae..8a52bf4 100644 (file)
@@ -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();