initial import. Probably needs some more cleanup
This commit is contained in:
10
Sources/Page.php
Normal file
10
Sources/Page.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?
|
||||
if(!defined('SMF'))
|
||||
die();
|
||||
|
||||
function main()
|
||||
{
|
||||
echo $_REQUEST['sa'];
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user