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:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user