1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 21:02:09 +02:00

Merging with upstream

This commit is contained in:
Deltik
2013-05-07 08:15:48 -05:00
21 changed files with 360 additions and 226 deletions

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 alert alert-danger alert-block text-center'><b>*** ".CORE_LAN4." ***</b><br />".CORE_LAN5."</div>"; }
}
// Display Welcome Message when old method activated.