JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix more paths (s/code/inc/)
[wfpl-cms.git] / admin_pages.php
index 0736879..829f3a5 100644 (file)
@@ -5,8 +5,8 @@
 define('ADMIN_PAGES_DB_FIELDS', 'title,filename,navbar,nav_title,content,description,keywords');
 
 
-require_once('code/wfpl/format.php');
-require_once('code/wfpl/email.php');
+require_once('inc/wfpl/format.php');
+require_once('inc/wfpl/email.php');
 
 function format_cms_filename($str) {
        $str = format_filename($str);