JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
define INC_WFPL, separate wfpl_main.php
[wfpl-cms.git] / contact.php
index b2a4cc7..5d9c233 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-# This form requires wfpl. See: http://jasonwoof.org/wfpl
+# This form requires wfpl. See: http://sametwice.com/wfpl
 
 # SETUP
 
@@ -9,8 +9,8 @@ $GLOBALS['contact_form_recipient'] = 'fixme@example.com';
 $GLOBALS['contact_robot_answer'] = 1002;
 
 
-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 contact_get_fields() {
        $data = array();