Skip to content

Commit

Permalink
update RaspAP#45
Browse files Browse the repository at this point in the history
  • Loading branch information
getveloce committed Feb 25, 2017
1 parent 76fd401 commit a2632b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/update.php
Expand Up @@ -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;
Expand Down

0 comments on commit a2632b3

Please sign in to comment.