diff --git a/install/index.php b/install/index.php index ffab318f5..57fa4afc9 100644 --- a/install/index.php +++ b/install/index.php @@ -7,9 +7,7 @@ $settings->_rootDir = $rootDir.'/'; $theme = "blue"; include("../inc/inc.Language.php"); -include "../languages/en_GB/lang.inc"; include("../inc/inc.ClassUI.php"); -$LANG['en_GB'] = $text; UI::htmlStartPage("INSTALL"); UI::contentHeading("SeedDMS Installation...");