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