[-]
[+]
|
Changed |
vhcs2.spec
|
|
[-]
[+]
|
Changed |
vhcs2-2.4.8-20110731.tar.bz2/gui/tools/pma2/config.inc.php
^
|
@@ -50,7 +50,9 @@
* Disable the default warning that is displayed on the DB Details Structure page if
* any of the required Tables for the relationfeatures could not be found
*/
-$cfg['PmaNoRelation_DisableWarning'] = FALSE;
+$cfg['PmaNoRelation_DisableWarning'] = TRUE;
+
+$cfg['SuhosinDisableWarning'] = TRUE;
/**
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
|
|
Changed |
vhcs2-2.4.8-20110731.tar.bz2/gui/tools/pma3/config.inc.php
^
|