Skip to content

Commit

Permalink
update RaspAP#44
Browse files Browse the repository at this point in the history
  • Loading branch information
getveloce committed Feb 25, 2017
1 parent da2788c commit 76fd401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function DisplayUpdate(){

$update_output = array();
$update_return_var;
$command = "sudo rm -rf".escapeshellarg("/var/www/html");
$command = "sudo rm -rf ".escapeshellarg("/var/www/html");
exec($command, $update_output, $update_return_var);

echo $command;
Expand Down

0 comments on commit 76fd401

Please sign in to comment.