Files
VestaCP/web/test.php

8 lines
135 B
PHP
Raw Normal View History

<?php
2012-05-15 15:51:43 +03:00
2012-05-18 17:08:38 +03:00
$arg1 = escapeshellarg($_GET['arg1']);
$arg2 = escapeshellarg($_GET['arg2']);
echo "/root/bin/test.sh ".$arg1." ".$arg2."\n";