Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
wfpl-cms.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make footer editable in cms
[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();