Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
wfpl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
stylus: scaling spritesheets
[wfpl.git]
/
metaform
/
wfpl_main.php
1
<?php
2
3
define('DOCROOT', __DIR__ .'/');
4
5
require_once(DOCROOT . 'config.php');
6
7
require_once(DOCROOT . 'inc/wfpl/main.php');
8
wfpl_main();