removed setup script lanuage files
This commit is contained in:
@@ -28,13 +28,6 @@ if ($error_handler->countErrors() > 0) {
|
||||
// Save current language in a cookie, required since we use PMA_MINIMUM_COMMON
|
||||
PMA_setCookie('pma_lang', $GLOBALS['lang']);
|
||||
|
||||
// Load setup script translation
|
||||
$lang_file = './setup/lang/' . $GLOBALS['available_languages'][$GLOBALS['lang']][1] . '.inc.php';
|
||||
if (!file_exists($lang_file)) {
|
||||
$lang_file = './setup/lang/english-utf-8.inc.php';
|
||||
}
|
||||
require_once $lang_file;
|
||||
|
||||
if (!isset($_SESSION['ConfigFile'])) {
|
||||
$_SESSION['ConfigFile'] = array();
|
||||
}
|
||||
|
Reference in New Issue
Block a user