JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
first stab at paypal_ipn framework
[wfpl-cms.git] / wfpl_main.php
1 <?php
2
3 # This file should be run automatically by .htaccess
4
5 define('DOCROOT', __DIR__ .'/');
6
7 require_once(DOCROOT . 'config.php');
8
9 require_once(DOCROOT . 'inc/wfpl/main.php');
10 wfpl_main();