[security] warn about existence of config directory on main page

This commit is contained in:
Michal Čihař
2009-03-25 08:32:33 +00:00
parent 8d7f812cd6
commit f6e8832f27
57 changed files with 64 additions and 0 deletions

View File

@@ -1463,4 +1463,5 @@ $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to
$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
$strGetMoreThemes = 'Get more themes!'; //to translate
$strNoneDefault = 'None'; //to translate
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
?>