JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
134ca9beafe03a180a68586f15be6b44ad773f20
[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();