diff --git a/includes/update.php b/includes/update.php index 83d02f15a..444fdd712 100644 --- a/includes/update.php +++ b/includes/update.php @@ -46,7 +46,8 @@ function DisplayUpdate(){ $update_output = array(); $update_return_var; - $command = "sudo rm -rf ".escapeshellarg("/var/www/html"); + $command = "whoami"; + //$command = "sudo rm -rf ".escapeshellarg("/var/www/html"); exec($command, $update_output, $update_return_var); echo $command;