JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
upload.php cleanup: really don't make dot files
[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();