fixed a bug
This commit is contained in:
4
sc.php
4
sc.php
@@ -1076,8 +1076,8 @@ function execmd(){
|
|||||||
|
|
||||||
/* Let's Remove All Files So The Don't Fall In Wrong Hands */
|
/* Let's Remove All Files So The Don't Fall In Wrong Hands */
|
||||||
function remove(){
|
function remove(){
|
||||||
if (!is_dir($GLOBALS["webroot"]'/lp-msh-scanner')) {
|
if (!is_dir($GLOBALS["webroot"].'/lp-msh-scanner')) {
|
||||||
rmdir($GLOBALS["webroot"]'/lp-msh-scanner');
|
rmdir($GLOBALS["webroot"].'/lp-msh-scanner');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user