From cd1770f2da44256adf9c6605a3c5b0909dd7a9c3 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 12 Mar 2015 11:35:38 -0400 Subject: [PATCH] oops, don't run wfpl_main() twice --- config.php | 4 ---- 1 file changed, 4 deletions(-) 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(); -- 1.7.10.4