1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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);
$mes->addSuccess($return);
if(unlink(e_BASE."install.php"))
{
$mes->addDebug("Removed install.php");
}
}
else
{