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:
parent
c4bfa03be1
commit
823393d56d
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user