initial import. Probably needs some more cleanup

This commit is contained in:
root
2011-11-26 20:21:27 +04:00
commit 43721d2912
1278 changed files with 192784 additions and 0 deletions

10
Sources/Page.php Normal file
View File

@@ -0,0 +1,10 @@
<?
if(!defined('SMF'))
die();
function main()
{
echo $_REQUEST['sa'];
}
?>