10 lines
86 B
PHP
10 lines
86 B
PHP
<?
|
|
if(!defined('SMF'))
|
|
die();
|
|
|
|
function main()
|
|
{
|
|
echo $_REQUEST['sa'];
|
|
}
|
|
|
|
?>
|