myvesta/web/test.php
2012-05-18 17:08:38 +03:00

7 lines
135 B
PHP

<?php
$arg1 = escapeshellarg($_GET['arg1']);
$arg2 = escapeshellarg($_GET['arg2']);
echo "/root/bin/test.sh ".$arg1." ".$arg2."\n";