diff --git a/ChangeLog b/ChangeLog index 5084aa81f8..bc12092787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA because files generated by Excel don't have any enclosing character - bug #1799691 [export] "Propose table structure" and Export - bug #1884911 [GUI] Space usage +- bug #1863326 [GUI] Wrong error message / no edit (Suhosin) 2.11.4.0 (2008-01-12) - bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE diff --git a/Documentation.html b/Documentation.html index 84bc501408..d21c9db57f 100644 --- a/Documentation.html +++ b/Documentation.html @@ -578,6 +578,11 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real If you do not want to use those features set this variable to TRUE to stop this message from appearing. +
$cfg['SuhosinDisableWarning'] boolean
+
A warning is displayed on the main page if Suhosin is detected. + You can set this parameter to TRUE to stop this message + from appearing.
+
$cfg['blowfish_secret'] string
The "cookie" auth_type uses blowfish algorithm to encrypt the password.
@@ -2793,6 +2798,19 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] pack/unpack functions in code. Only solution is to use mcrypt extension which works fine in this case.

+

+ 1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled?

+ +

Yes but the default configuration values of Suhosin are known to cause + problems with some operations, for example editing a table with many + columns and no primary key. Tuning information is available at + + http://www.hardened-php.net/hphp/troubleshooting.html, + although the parameter names have changed (suhosin instead + of hphp). See also the + SuhosinDisableWarning directive. +

+

Configuration

diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 2c0cad4eb8..8abd04953c 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -1051,4 +1051,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 00b7446ba8..32f3fe06a3 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1052,4 +1052,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 8dfdfb8e5c..28b604edc8 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 824d4325db..8516459096 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1051,4 +1051,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 85a1da5f2c..7338f90b89 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 8cf84a9617..33c3aee6fb 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -1052,4 +1052,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 4611b8f27b..e4227a2565 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 4bd3d3d341..56dccf8a33 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index d9c4d9cc23..6f9dd24abc 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -1044,4 +1044,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 1ece37d678..e90e2cec01 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1045,4 +1045,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index f34d7ed5a4..e9376d67a0 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1028,4 +1028,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-windows-1251.inc.php b/lang/belarusian_cyrillic-windows-1251.inc.php index c9c8f129bf..cd8b3afdce 100644 --- a/lang/belarusian_cyrillic-windows-1251.inc.php +++ b/lang/belarusian_cyrillic-windows-1251.inc.php @@ -1027,4 +1027,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index d7789502fd..cfc35b02e9 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 092a8116c5..97b1c47d6e 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1051,4 +1051,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index fab712ca1f..417665cd48 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 643bf7bb6f..977e411577 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -1024,4 +1024,5 @@ $strZeroRemovesTheLimit = 'Nota: Ajustar essa op $strZip = '"compactado com zip"'; $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 6c7e19ac83..7dbc067cd2 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1025,4 +1025,5 @@ $strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os li $strZip = '"compactado com zip"'; $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index d01b2fa8b5..49a791f578 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 0558d07143..1bbd682dc9 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 71824a2983..f1132bda49 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index 9990e28931..6c897bd6d2 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -1020,4 +1020,5 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).'; $strZip = '"comprimit amb zip"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index eb0708b0ad..fa161d8b6d 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1021,4 +1021,5 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).'; $strZip = '"comprimit amb zip"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index edc87d4a66..ffd0b3655e 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -1052,4 +1052,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 8622ea147c..9726529300 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index f8b8124205..a0512c53a2 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -1031,4 +1031,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index fc9a84e36c..f5d20aec0d 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1032,4 +1032,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index f6d745cf7d..9a581d5c5d 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ogranienje.'; $strZip = '"zipano"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index e51bf966d5..99f046a3a8 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ograničenje.'; $strZip = '"zipano"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 19b3918fba..d31578356d 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ogranienje.'; $strZip = '"zipano"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index d814864bc9..71ce87cd4d 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznmka: Nastaven tchto parametr na 0 (nulu) odstran omezen.'; $strZip = '„zazipovno“'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 16a6dd8089..b5d9f42521 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.'; $strZip = '„zazipováno“'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 95e83a3dfe..4ef0367377 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznmka: Nastaven tchto parametr na 0 (nulu) odstran omezen.'; $strZip = '„zazipovno“'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index f2a33cc772..c11f07a292 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -1026,4 +1026,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index fcc6d57313..6603a11db3 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index c2c4d00feb..0808cb94e8 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php index 52d722ec42..6236e6ded6 100644 --- a/lang/dutch-iso-8859-15.inc.php +++ b/lang/dutch-iso-8859-15.inc.php @@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index a9dc1cbba7..b38509e3eb 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 88adb9c506..16bba78bd8 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -894,6 +894,7 @@ $strStructureForView = 'Structure for view'; $strStructure = 'Structure'; $strSubmit = 'Submit'; $strSuccess = 'Your SQL query has been executed successfully'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; $strSum = 'Sum'; $strSwedish = 'Swedish'; $strSwitchToDatabase = 'Switch to copied database'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 924ddaf68a..9594e6460d 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -894,6 +894,7 @@ $strStructureForView = 'Structure for view'; $strStructure = 'Structure'; $strSubmit = 'Submit'; $strSuccess = 'Your SQL query has been executed successfully'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; $strSum = 'Sum'; $strSwedish = 'Swedish'; $strSwitchToDatabase = 'Switch to copied database'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 8eff44de06..4179d8ae42 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -895,6 +895,7 @@ $strStructureForView = 'Structure for view'; $strStructure = 'Structure'; $strSubmit = 'Submit'; $strSuccess = 'Your SQL query has been executed successfully'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; $strSum = 'Sum'; $strSwedish = 'Swedish'; $strSwitchToDatabase = 'Switch to copied database'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index e8f3296a91..15d3f43329 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -1032,4 +1032,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 8702bd651b..1531fbfec1 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1033,4 +1033,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index e2aa4e77eb..48ebe4cc38 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -1029,4 +1029,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index 9afd9737bb..6d9b446177 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -1029,4 +1029,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 8dee6d3c7a..bd923225dd 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1030,4 +1030,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 3689350356..db00f2b3d4 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -1023,4 +1023,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlve la limite.'; $strZip = '"zipp"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index 67cf947257..53b4bfa7fe 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -1023,4 +1023,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlve la limite.'; $strZip = '"zipp"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 5b5ee6e3b7..2675005bd0 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1024,4 +1024,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 14bdc09990..df6fd65af5 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -1025,4 +1025,5 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opci $strZip = 'comprimido no formato "zip"'; $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 90aa5fceb3..e53a7a9933 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1026,4 +1026,5 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) e $strZip = 'comprimido no formato "zip"'; $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 17f679264b..7569015003 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 814b976169..3c8a33dc45 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -1031,4 +1031,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Der Wert 0 (null) entfernt die Beschrnkung.'; $strZip = 'Zip-komprimiert'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index 04f8f30431..8b66c89dae 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -1031,4 +1031,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Der Wert 0 (null) entfernt die Beschrnkung.'; $strZip = 'Zip-komprimiert'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 5077624ae3..c10c8375b7 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1032,4 +1032,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Der Wert 0 (null) entfernt die Beschränkung.'; $strZip = 'Zip-komprimiert'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index fa59d89c1d..77d8686c69 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index f6bb2fefd0..02afa821e0 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 5f33d24ac3..3e4fc52488 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -1044,4 +1044,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 64c24140e7..d73d296fa5 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1045,4 +1045,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 945ff61685..508413ab3c 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index d44e36b9a9..363f8bdb4a 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -1043,4 +1043,5 @@ $strUploadErrorUnknown = 'Unknown error in file upload.';//to translate $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';//to translate $strUploadsNotAllowed = 'File uploads are not allowed on this server.';//to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 84039c902a..20c2ecb849 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1044,4 +1044,5 @@ $strUploadErrorUnknown = 'Unknown error in file upload.';//to translate $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';//to translate $strUploadsNotAllowed = 'File uploads are not allowed on this server.';//to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index a26d46c14c..90143027c7 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -1042,4 +1042,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index dfd160e345..974c6e46db 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1043,4 +1043,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 378256b1cb..70566eee57 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'S $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index f43fee487a..058c7f87fb 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'S $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 909c64ca31..5f961fae8c 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strYes = 'Sì'; $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 88d685625e..3993e8e761 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -1031,4 +1031,5 @@ $strYes = ' $strZeroRemovesTheLimit = ': ץ 0 ()ꤹ¤ޤ'; $strZip = '"zip "'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index e816afce15..bd8483b2ad 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -1031,4 +1031,5 @@ $strYes = ' $strZeroRemovesTheLimit = ': IvV 0 ([)ɐݒ肷Ɛ܂'; $strZip = '"zip `"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 7ece791404..49cc049b1c 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1031,4 +1031,5 @@ $strYes = 'はい'; $strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限を解除します'; $strZip = '"zip 形式"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 0f14f82673..1707567ee8 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 0aa7a00944..872876cb15 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 11105d7ae7..b73139c8af 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index bebff17f55..6a7f646490 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 18fbdde3f1..1a787f8966 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1043,4 +1043,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index a1c244cd06..147594352c 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -1042,4 +1042,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 4a797dcb2f..0449b4f0de 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1028,4 +1028,5 @@ $strUsedPhpExtensions = 'Used PHP extensions'; //to translate $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strViewName = 'VIEW name'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/macedonian_cyrillic-windows-1251.inc.php b/lang/macedonian_cyrillic-windows-1251.inc.php index 04bd26ef91..6a254a16fa 100644 --- a/lang/macedonian_cyrillic-windows-1251.inc.php +++ b/lang/macedonian_cyrillic-windows-1251.inc.php @@ -1027,4 +1027,5 @@ $strUsedPhpExtensions = 'Used PHP extensions'; //to translate $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strViewName = 'VIEW name'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index d75254d047..838cbc0d08 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -1064,4 +1064,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index ed1f5b9d6d..08c92b7020 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1065,4 +1065,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index a4043e70d2..1b5caf340a 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 80afa5a6a5..dba59c6276 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -1024,4 +1024,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Merk: Ved sette disse til 0 (null) fjernes begrensningen.'; $strZip = 'Komprimert (zip)'; -?> \ No newline at end of file +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate +?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 6ceb1de79f..c5a6e43ce6 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1025,4 +1025,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.'; $strZip = 'Komprimert (zip)'; -?> \ No newline at end of file +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate +?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 0b705643c5..ca6034bc39 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index b0eced8301..674b8c7e9a 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 6811863951..f69f166c67 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -1020,4 +1020,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 726dd25835..bd1f6c01fb 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1021,4 +1021,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index 341e8ba618..4dcd97d141 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -1020,4 +1020,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 9ce45e9c4e..7183fdf671 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index 524d810e38..c03b751326 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index a32c229cfd..bfd018564d 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1054,4 +1054,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index b77a55ccb9..14b737889b 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -1045,4 +1045,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 951045680d..5083b2705c 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1046,4 +1046,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index 433ab29a89..fa6dac43dc 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -1027,4 +1027,5 @@ $strYes = ' $strZeroRemovesTheLimit = '砭: ⠭ 祭 ࠬ஢ 0 (), ᭨ ࠭祭.'; $strZip = 'zip'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index ee1ac06fd0..a73b1ca1f2 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -1027,4 +1027,5 @@ $strYes = ' $strZeroRemovesTheLimit = ': 0 (), .'; $strZip = 'zip'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 1e9b5e842a..cb0ea76a0a 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1028,4 +1028,5 @@ $strYes = 'Да'; $strZeroRemovesTheLimit = 'Замечание: Установка значения параметров в 0 (ноль), снимает ограничения.'; $strZip = 'zip'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index d533523947..12934fdf07 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -1027,4 +1027,5 @@ $strYes = ' $strZeroRemovesTheLimit = ': 0 (), .'; $strZip = 'zip'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index b0fd668d8f..507cf6236e 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strYes = 'Да'; $strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања ограничења.'; $strZip = '"зиповано"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 1a48a7b8c9..368f5e8d28 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -1026,4 +1026,5 @@ $strYes = ' $strZeroRemovesTheLimit = ': 0 () .'; $strZip = '""'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 344a98e4bb..eedd90c73b 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ograničenja.'; $strZip = '"zipovano"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 45beb3ba89..9877b1e251 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ogranienja.'; $strZip = '"zipovano"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 5c650a368f..1a941389fe 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1030,4 +1030,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index e98c9ae302..1507acf02a 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -1027,4 +1027,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index dea84acab5..8e56f0b7d6 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1028,4 +1028,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 10e0ad2ed3..cd85bf7af6 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -1027,4 +1027,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 0e7a74efb3..9f136b79c6 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -1046,4 +1046,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 9e18a4dcb7..1a94416e0b 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 3f3a192a4f..6bba1c7518 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -1046,4 +1046,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 82e1251808..bb85145191 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -1022,4 +1022,5 @@ $strYes = 'S $strZeroRemovesTheLimit = 'Nota: si cambia los parmetros de estas opciones a 0 (cero), remueve el lmite.'; $strZip = '"comprimido con zip"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index afc996e8ce..f882fb6d29 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -1022,4 +1022,5 @@ $strYes = 'S $strZeroRemovesTheLimit = 'Nota: si cambia los parmetros de estas opciones a 0 (cero), remueve el lmite.'; $strZip = '"comprimido con zip"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 03255a49f5..8aeddf4db0 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1023,4 +1023,5 @@ $strYes = 'Sí'; $strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.'; $strZip = '"comprimido con zip"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 96e203c3eb..eef1b314e8 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -1025,4 +1025,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att stta dessa alternativ till 0 (noll) tas begrnsningarna bort.'; $strZip = '"zippad"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index a5da42652c..3b531b7572 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.'; $strZip = '"zippad"'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/tatarish-iso-8859-9.inc.php b/lang/tatarish-iso-8859-9.inc.php index 178608c9e6..33350c3581 100644 --- a/lang/tatarish-iso-8859-9.inc.php +++ b/lang/tatarish-iso-8859-9.inc.php @@ -1038,4 +1038,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index b379c83c61..55714c7117 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1039,4 +1039,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index d1db6554f0..0592b1e524 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 8b7cc9e325..52ba2287cf 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index e0c9bdb023..a1590687ac 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -1032,4 +1032,5 @@ $strZeroRemovesTheLimit = 'Not: Bu se $strZip = '"zip olarak"'; $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 270f7c1508..62e521a0aa 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1033,4 +1033,5 @@ $strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0 (sıfır)\'a ayarlanması sı $strZip = '"zip olarak"'; $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index e180c68516..7792104231 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 3079ec0070..e46f2e00ac 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -1046,4 +1046,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate $strTriggers = 'Triggers'; //to translate $strEvent = 'Event'; //to translate $strProfiling = 'Profiling'; //to translate +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate ?> diff --git a/libraries/config.default.php b/libraries/config.default.php index 0a90c2d00a..05bafa002b 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -46,6 +46,13 @@ $cfg['PmaAbsoluteUri'] = ''; */ $cfg['PmaNoRelation_DisableWarning'] = false; +/** + * Disable the default warning that is displayed if Suhosin is detected + * + * @global boolean $cfg['SuhosinDisableWarning'] + */ +$cfg['SuhosinDisableWarning'] = false; + /** * The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If * at least one server configuration uses 'cookie' auth_type, enter here a diff --git a/main.php b/main.php index 03dcf746c5..939bbf44c3 100644 --- a/main.php +++ b/main.php @@ -403,10 +403,20 @@ if (defined('PMA_DBI_CONNECT_FAILED_CONTROLUSER')) { echo '
' . $strControluserFailed . '
' . "\n"; } +/** + * Warning about missing mcrypt extension + */ if (defined('PMA_WARN_FOR_MCRYPT')) { echo '
' . PMA_sanitize(sprintf($strCantLoad, 'mcrypt')) . '
' . "\n"; } +/** + * Warning about Suhosin + */ +if ($cfg['SuhosinDisableWarning'] == false && @ini_get('suhosin.request.max_value_length')) { + echo '
' . PMA_sanitize(sprintf($strSuhosin, '[a@./Documentation.html#faq1_38@_blank]', '[/a]')) . '
' . "\n"; +} + /** * prints list item for main page *