Files
forum/Sources/Page.php

10 lines
86 B
PHP

<?
if(!defined('SMF'))
die();
function main()
{
echo $_REQUEST['sa'];
}
?>