diff --git a/ChangeLog b/ChangeLog index 5084aa81f..bc1209278 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 84bc50140..d21c9db57 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 2c0cad4eb..8abd04953 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 00b7446ba..32f3fe06a 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 8dfdfb8e5..28b604edc 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 824d4325d..851645909 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 85a1da5f2..7338f90b8 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 8cf84a961..33c3aee6f 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 4611b8f27..e4227a256 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 4bd3d3d34..56dccf8a3 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 d9c4d9cc2..6f9dd24ab 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 1ece37d67..e90e2cec0 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 f34d7ed5a..e9376d67a 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 c9c8f129b..cd8b3afdc 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 d7789502f..cfc35b02e 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 092a8116c..97b1c47d6 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 fab712ca1..417665cd4 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 643bf7bb6..977e41157 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 6c7e19ac8..7dbc067cd 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 d01b2fa8b..49a791f57 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 0558d0714..1bbd682dc 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 71824a298..f1132bda4 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 9990e2893..6c897bd6d 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 eb0708b0a..fa161d8b6 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 edc87d4a6..ffd0b3655 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 8622ea147..972652930 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 f8b812420..a0512c53a 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 fc9a84e36..f5d20aec0 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 f6d745cf7..9a581d5c5 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 e51bf966d..99f046a3a 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 19b3918fb..d31578356 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 d814864bc..71ce87cd4 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 16a6dd808..b5d9f4252 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 95e83a3df..4ef036737 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 f2a33cc77..c11f07a29 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 fcc6d5731..6603a11db 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 c2c4d00fe..0808cb94e 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 52d722ec4..6236e6ded 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 a9dc1cbba..b38509e3e 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 88adb9c50..16bba78bd 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 924ddaf68..9594e6460 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 8eff44de0..4179d8ae4 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 e8f3296a9..15d3f4332 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 8702bd651..1531fbfec 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 e2aa4e77e..48ebe4cc3 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 9afd9737b..6d9b44617 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 8dee6d3c7..bd923225d 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 368935035..db00f2b3d 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 67cf94725..53b4bfa7f 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 5b5ee6e3b..2675005bd 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 14bdc0999..df6fd65af 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 90aa5fceb..e53a7a993 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 17f679264..756901500 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 814b97616..3c8a33dc4 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 04f8f3043..8b66c89da 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 5077624ae..c10c8375b 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 fa59d89c1..77d8686c6 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 f6bb2fefd..02afa821e 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 5f33d24ac..3e4fc5248 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 64c24140e..d73d296fa 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 945ff6168..508413ab3 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 d44e36b9a..363f8bdb4 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 84039c902..20c2ecb84 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 a26d46c14..90143027c 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 dfd160e34..974c6e46d 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 378256b1c..70566eee5 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 f43fee487..058c7f87f 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 909c64ca3..5f961fae8 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 88d685625..3993e8e76 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 e816afce1..bd8483b2a 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 7ece79140..49cc049b1 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 0f14f8267..1707567ee 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 0aa7a0094..872876cb1 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 11105d7ae..b73139c8a 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 bebff17f5..6a7f64649 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 18fbdde3f..1a787f896 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 a1c244cd0..147594352 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 4a797dcb2..0449b4f0d 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 04bd26ef9..6a254a16f 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 d75254d04..838cbc0d0 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 ed1f5b9d6..08c92b702 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 a4043e70d..1b5caf340 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 80afa5a6a..dba59c627 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 6ceb1de79..c5a6e43ce 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 0b705643c..ca6034bc3 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 b0eced830..674b8c7e9 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 681186395..f69f166c6 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 726dd2583..bd1f6c01f 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 341e8ba61..4dcd97d14 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 9ce45e9c4..7183fdf67 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 524d810e3..c03b75132 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 a32c229cf..bfd018564 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 b77a55ccb..14b737889 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 951045680..5083b2705 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 433ab29a8..fa6dac43d 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 ee1ac06fd..a73b1ca1f 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 1e9b5e842..cb0ea76a0 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 d53352394..12934fdf0 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 b0fd668d8..507cf6236 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 1a48a7b8c..368f5e8d2 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 344a98e4b..eedd90c73 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 45beb3ba8..9877b1e25 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 5c650a368..1a941389f 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 e98c9ae30..1507acf02 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 dea84acab..8e56f0b7d 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 10e0ad2ed..cd85bf7af 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 0e7a74efb..9f136b79c 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 9e18a4dcb..1a94416e0 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 3f3a192a4..6bba1c751 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 82e125180..bb8514519 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 afc996e8c..f882fb6d2 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 03255a49f..8aeddf4db 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 96e203c3e..eef1b314e 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 a5da42652..3b531b757 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 178608c9e..33350c358 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 b379c83c6..55714c711 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 d1db6554f..0592b1e52 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 8b7cc9e32..52ba2287c 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 e0c9bdb02..a1590687a 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 270f7c150..62e521a0a 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 e180c6851..779210423 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 3079ec007..e46f2e00a 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 0a90c2d00..05bafa002 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 03dcf746c..939bbf44c 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 *