From e81de094513177da04d000b183321ad6f4421b13 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Fri, 2 Jun 2017 21:23:51 +0200 Subject: [PATCH] fixed a bug --- sc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc.php b/sc.php index ca5042c..e9b65ed 100644 --- a/sc.php +++ b/sc.php @@ -1076,8 +1076,8 @@ function execmd(){ /* Let's Remove All Files So The Don't Fall In Wrong Hands */ function remove(){ - if (!is_dir($GLOBALS["webroot"]'/lp-msh-scanner')) { - rmdir($GLOBALS["webroot"]'/lp-msh-scanner'); + if (!is_dir($GLOBALS["webroot"].'/lp-msh-scanner')) { + rmdir($GLOBALS["webroot"].'/lp-msh-scanner'); } }