diff --git a/start.php b/start.php index fee879fa2..63f8f5d52 100644 --- a/start.php +++ b/start.php @@ -1,6 +1,6 @@ tmpunrarpath)) { +if (isset ($db->getSetting('tmpunrarpath'))) { $tmpunrar = $site->tmpunrarpath; if ((count(glob("$tmpunrar/*", GLOB_ONLYDIR))) > 0) { echo $c->info("Removing dead folders from " . $tmpunrar);