JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
[wfpl-cms.git] / wfpl_main.php
1 <?php
2
3 define('DOCROOT', __DIR__ .'/');
4 define('INC_WFPL', DOCROOT . 'inc/wfpl/');
5
6 require_once(DOCROOT . 'config.php');
7
8 require_once(INC_WFPL . 'main.php');
9 wfpl_main();