From 76fd401bd581e9ccf490d0c29a61339eccae3431 Mon Sep 17 00:00:00 2001 From: getveloce Date: Sat, 25 Feb 2017 17:44:41 +0100 Subject: [PATCH] update #44 --- includes/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/update.php b/includes/update.php index e4b73c658..83d02f15a 100644 --- a/includes/update.php +++ b/includes/update.php @@ -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;