X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_pages.php;h=7769d73144397e1970dd4d954a87d2d6a48b0466;hp=f7124449501f7892e0cd9eb50ce8022c4c867536;hb=abf27e3dd23a8fb52d766be615ebaa19a9dfc389;hpb=0480ae4d817410e13204282aeb360b59402429ac diff --git a/admin_pages.php b/admin_pages.php index f712444..7769d73 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(INC_WFPL . 'format.php'); -require_once(INC_WFPL . 'email.php'); +require_once(DOCROOT . 'inc/wfpl/format.php'); +require_once(DOCROOT . 'inc/wfpl/email.php'); function format_cms_filename($str) { $str = format_filename($str);