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