mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
bugfix
This commit is contained in:
@@ -304,7 +304,6 @@ function cleanUpAndDie($msg, $tmpDir)
|
||||
|
||||
function removeFolder($dir)
|
||||
{
|
||||
return;
|
||||
if($dir == "/")
|
||||
return false;
|
||||
if (is_dir($dir) === true)
|
||||
|
||||
Reference in New Issue
Block a user