diff --git a/e107_handlers/cron_class.php b/e107_handlers/cron_class.php index dac0e54e8..9d00c961d 100644 --- a/e107_handlers/cron_class.php +++ b/e107_handlers/cron_class.php @@ -52,6 +52,11 @@ class _system_cron $return = print_a($text,true); $mes->addSuccess($return); + + if(unlink(e_BASE."install.php")) + { + $mes->addDebug("Removed install.php"); + } } else {