Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/check/
Upload File :
Current File : /var/www/html/venkat/check/test.php

<?php

//ini_set('display_errors',1);
//ini_set('display_startup_errors',1);
//error_reporting(-1);
 
//echo "hi" . shell_exec("/bin/time ls 3>&1 1>&2");
echo "<p>".shell_exec("time ls 2>&1")."</p>";
?>