X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_pages.php;h=829f3a51a8ba49205cb5681746e5876e8cdd0ee5;hp=07368794fd7fffb52700eb600241c5eaec159427;hb=c469d2530ad9684e56742d38f5817cb08ad98eef;hpb=00f6a232f1a6022f53f4e3c9d0236d81db966b62 diff --git a/admin_pages.php b/admin_pages.php index 0736879..829f3a5 100644 --- a/admin_pages.php +++ b/admin_pages.php @@ -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);