Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
<?php
function Test(){
$executeShell= exec("sudo ./test.sh ");
echo $executeShell;
}
?>
<input type="button" onClick="Test()" value="Exec"></button>