running exec
Posted: Wed Jul 25, 2007 6:47 am
if i run this in a php script nothing is displayed.
safe_mode is off in php.ini
can i pass the root username and password and run this? I think its an issue with permissions.
Code: Select all
<?php
echo exec("whoami");
?>can i pass the root username and password and run this? I think its an issue with permissions.