1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Remove install.php after Git repo pull.

This commit is contained in:
Cameron
2014-05-24 20:56:32 -07:00
parent c4bfa03be1
commit 823393d56d

View File

@@ -52,6 +52,11 @@ class _system_cron
$return = print_a($text,true); $return = print_a($text,true);
$mes->addSuccess($return); $mes->addSuccess($return);
if(unlink(e_BASE."install.php"))
{
$mes->addDebug("Removed install.php");
}
} }
else else
{ {