diff --git a/e107_core/templates/header_default.php b/e107_core/templates/header_default.php index 4deff7c07..2e9c23c23 100644 --- a/e107_core/templates/header_default.php +++ b/e107_core/templates/header_default.php @@ -625,7 +625,7 @@ if ($e107_popup != 1) { if(ADMIN) { - if(file_exists(e_BASE.'install.php')){ echo "

*** ".CORE_LAN4." ***
".CORE_LAN5."


"; } + if(file_exists(e_BASE.'install.php') || file_exists(e_BASE.'install_.php')){ echo "

*** ".CORE_LAN4." ***
".CORE_LAN5."


"; } } // Display Welcome Message when old method activated.