JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
define INC_WFPL, separate wfpl_main.php
[wfpl-cms.git] / admin_pages.php
index 829f3a5..ae6e4c4 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 
-# This form requires wfpl. See: http://jasonwoof.org/wfpl
+# This form requires wfpl. See: http://sametwice.com/wfpl
 
 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(INC_WFPL . 'format.php');
+require_once(INC_WFPL . 'email.php');
 
 function format_cms_filename($str) {
        $str = format_filename($str);