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'); } }