fixed a bug

This commit is contained in:
Palma Solutions LTD
2017-06-02 21:23:51 +02:00
parent 6b965bae92
commit e81de09451

4
sc.php
View File

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