JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix more paths (s/code/inc/)
[wfpl-cms.git] / contact.php
index 743a953..b2a4cc7 100644 (file)
@@ -9,8 +9,8 @@ $GLOBALS['contact_form_recipient'] = 'fixme@example.com';
 $GLOBALS['contact_robot_answer'] = 1002;
 
 
-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 contact_get_fields() {
        $data = array();