bug #1863326 [GUI] Wrong error message / no edit (Suhosin)
This commit is contained in:
@@ -55,6 +55,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
because files generated by Excel don't have any enclosing character
|
because files generated by Excel don't have any enclosing character
|
||||||
- bug #1799691 [export] "Propose table structure" and Export
|
- bug #1799691 [export] "Propose table structure" and Export
|
||||||
- bug #1884911 [GUI] Space usage
|
- bug #1884911 [GUI] Space usage
|
||||||
|
- bug #1863326 [GUI] Wrong error message / no edit (Suhosin)
|
||||||
|
|
||||||
2.11.4.0 (2008-01-12)
|
2.11.4.0 (2008-01-12)
|
||||||
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
|
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
|
||||||
|
@@ -571,6 +571,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
|
If you do not want to use those features set this variable to
|
||||||
<tt>TRUE</tt> to stop this message from appearing.</dd>
|
<tt>TRUE</tt> to stop this message from appearing.</dd>
|
||||||
|
|
||||||
|
<dt id="cfg_SuhosinDisableWarning">$cfg['SuhosinDisableWarning'] boolean</dt>
|
||||||
|
<dd>A warning is displayed on the main page if Suhosin is detected.
|
||||||
|
You can set this parameter to <tt>TRUE</tt> to stop this message
|
||||||
|
from appearing.</dd>
|
||||||
|
|
||||||
<dt id="cfg_blowfish_secret">$cfg['blowfish_secret'] string</dt>
|
<dt id="cfg_blowfish_secret">$cfg['blowfish_secret'] string</dt>
|
||||||
<dd>The "cookie" auth_type uses blowfish
|
<dd>The "cookie" auth_type uses blowfish
|
||||||
algorithm to encrypt the password.<br />
|
algorithm to encrypt the password.<br />
|
||||||
@@ -2810,6 +2815,19 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
|
|||||||
pack/unpack functions in code. Only solution is to use mcrypt extension
|
pack/unpack functions in code. Only solution is to use mcrypt extension
|
||||||
which works fine in this case.</p>
|
which works fine in this case.</p>
|
||||||
|
|
||||||
|
<h4 id="faq1_38">
|
||||||
|
<a href="#faq1_38">1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled?</a></h4>
|
||||||
|
|
||||||
|
<p> 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
|
||||||
|
<a href="http://www.hardened-php.net/hphp/troubleshooting.html">
|
||||||
|
http://www.hardened-php.net/hphp/troubleshooting.html</a>,
|
||||||
|
although the parameter names have changed (<tt>suhosin</tt> instead
|
||||||
|
of <tt>hphp</tt>). See also the <a href="#cfg_SuhosinDisableWarning">
|
||||||
|
<tt>SuhosinDisableWarning</tt> directive</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3 id="faqconfig">Configuration</h3>
|
<h3 id="faqconfig">Configuration</h3>
|
||||||
|
|
||||||
<h4 id="faq2_1">
|
<h4 id="faq2_1">
|
||||||
|
@@ -1070,4 +1070,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1069,4 +1069,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1071,4 +1071,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1066,4 +1066,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1063,4 +1063,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1046,4 +1046,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1069,4 +1069,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1043,4 +1043,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1066,4 +1066,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1039,4 +1039,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1071,4 +1071,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1044,4 +1044,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1067,4 +1067,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -909,6 +909,7 @@ $strStructureForView = 'Structure for view';
|
|||||||
$strStructure = 'Structure';
|
$strStructure = 'Structure';
|
||||||
$strSubmit = 'Submit';
|
$strSubmit = 'Submit';
|
||||||
$strSuccess = 'Your SQL query has been executed successfully';
|
$strSuccess = 'Your SQL query has been executed successfully';
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';
|
||||||
$strSum = 'Sum';
|
$strSum = 'Sum';
|
||||||
$strSwedish = 'Swedish';
|
$strSwedish = 'Swedish';
|
||||||
$strSwitchToDatabase = 'Switch to copied database';
|
$strSwitchToDatabase = 'Switch to copied database';
|
||||||
|
@@ -1051,4 +1051,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1042,4 +1042,5 @@ $strYes = 'Oui';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||||
$strZip = '"zippé"';
|
$strZip = '"zippé"';
|
||||||
|
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1044,4 +1044,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1071,4 +1071,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1051,4 +1051,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1068,4 +1068,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1063,4 +1063,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1071,4 +1071,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1062,4 +1062,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1061,4 +1061,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1049,4 +1049,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1066,4 +1066,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1068,4 +1068,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1061,4 +1061,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1046,4 +1046,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1083,4 +1083,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1066,4 +1066,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1043,4 +1043,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1068,4 +1068,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1039,4 +1039,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1072,4 +1072,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1064,4 +1064,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1046,4 +1046,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1048,4 +1048,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1046,4 +1046,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1065,4 +1065,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1041,4 +1041,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1044,4 +1044,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1057,4 +1057,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1067,4 +1067,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1051,4 +1051,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1065,4 +1065,5 @@ $strInterface = 'Interface'; //to translate
|
|||||||
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
$strMySQLServerInformation = 'MySQL server information'; //to translate
|
||||||
$strWebServerInformation = 'Web server information'; //to translate
|
$strWebServerInformation = 'Web server information'; //to translate
|
||||||
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
|
||||||
|
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -46,6 +46,13 @@ $cfg['PmaAbsoluteUri'] = '';
|
|||||||
*/
|
*/
|
||||||
$cfg['PmaNoRelation_DisableWarning'] = false;
|
$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
|
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
|
||||||
* at least one server configuration uses 'cookie' auth_type, enter here a
|
* at least one server configuration uses 'cookie' auth_type, enter here a
|
||||||
|
8
main.php
8
main.php
@@ -285,6 +285,14 @@ if (function_exists('PMA_DBI_get_client_info')) {
|
|||||||
}
|
}
|
||||||
unset($_client_info);
|
unset($_client_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Warning about Suhosin
|
||||||
|
*/
|
||||||
|
if ($cfg['SuhosinDisableWarning'] == false && @ini_get('suhosin.request.max_value_length')) {
|
||||||
|
trigger_error(PMA_sanitize(sprintf($strSuhosin, '[a@./Documentation.html#faq1_38@_blank]', '[/a]')), E_USER_WARNING);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* prints list item for main page
|
* prints list item for main page
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user