improve message
Signed-off-by: Dieter Adriaenssens <ruleant@users.sourceforge.net>
This commit is contained in:
parent
5be9575057
commit
76da7895ff
@ -20,7 +20,7 @@ $strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server');
|
||||
$strConfigAllowThirdPartyFraming_desc = __(
|
||||
'Enabling this allows a page located on a different domain to call phpMyAdmin '
|
||||
. 'inside a frame, and is a potential [strong]security hole[/strong] allowing '
|
||||
. 'cross-frame scripting attacks.'
|
||||
. 'cross-frame scripting (XSS) attacks.'
|
||||
);
|
||||
$strConfigAllowThirdPartyFraming_name = __('Allow third party framing');
|
||||
$strConfigAllowUserDropDatabase_name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user