X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=config.php;h=8a52bf42ba7ff3f262d618d09b8ea778e883004b;hp=a3698ae66059c2ccae747f9ac85a00a192b43f39;hb=cd1770f2da44256adf9c6605a3c5b0909dd7a9c3;hpb=16a4b92f58a1138e27419bd8482d67d4061a7bc7 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();