Drop translators.html and all references to it.

The list is absolutely not up to date and it makes no sense in
maintaining it in addition to history of po files in git.
This commit is contained in:
Michal Čihař
2010-12-31 15:51:34 +01:00
parent bbca0565ce
commit 70bc1761c3
6 changed files with 3 additions and 484 deletions

View File

@@ -58,7 +58,7 @@ $GLOBALS['error_handler'] = new PMA_Error_Handler();
$cfg['Error_Handler']['display'] = TRUE;
/*
* This setting was removed in PHP 5.3. But at this point PMA_PHP_INT_VERSION
* This setting was removed in PHP 5.3. But at this point PMA_PHP_INT_VERSION
* is not yet defined so we use another way to find out the PHP version.
*/
if (version_compare(phpversion(), '5.3', 'lt')) {
@@ -414,7 +414,6 @@ $goto_whitelist = array(
//'themes.php',
'transformation_overview.php',
'transformation_wrapper.php',
'translators.html',
'user_password.php',
);