mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Added check for presence of install_.php (in addition to the 'install.php' check)
This commit is contained in:
@@ -625,7 +625,7 @@ if ($e107_popup != 1) {
|
|||||||
|
|
||||||
if(ADMIN)
|
if(ADMIN)
|
||||||
{
|
{
|
||||||
if(file_exists(e_BASE.'install.php')){ echo "<div class='installer'><br /><b>*** ".CORE_LAN4." ***</b><br />".CORE_LAN5."</div><br /><br />"; }
|
if(file_exists(e_BASE.'install.php') || file_exists(e_BASE.'install_.php')){ echo "<div class='installer'><br /><b>*** ".CORE_LAN4." ***</b><br />".CORE_LAN5."</div><br /><br />"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Display Welcome Message when old method activated.
|
// Display Welcome Message when old method activated.
|
||||||
|
Reference in New Issue
Block a user