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

Added check for presence of install_.php (in addition to the 'install.php' check)

This commit is contained in:
Moc
2013-05-06 12:17:48 +02:00
parent c06a0471b2
commit 72cb8882d9

View File

@@ -625,7 +625,7 @@ if ($e107_popup != 1) {
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.