PDA

View Full Version : CGI Binsries - shutdown


alecjw
September 19th, 2006, 05:16 PM
Is it possible to make a few binaries like shutdown and aptitude into cgi binaries so that I can execute them from PHP eg:
<?php
exec("aptitude update && aptitude uppgrade && shutdown -r now");
?>

alecjw
September 20th, 2006, 12:48 PM
Bump..............