JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: don't define INC_WFPL
[wfpl.git] / metaform / wfpl_main.php
index 86b0693..df98549 100644 (file)
@@ -1,9 +1,8 @@
 <?php
 
 define('DOCROOT', __DIR__ .'/');
-define('INC_WFPL', DOCROOT . 'inc/wfpl/');
 
 require_once(DOCROOT . 'config.php');
 
-require_once(INC_WFPL . 'main.php');
+require_once(DOCROOT . 'inc/wfpl/main.php');
 wfpl_main();