phpmyadmin/libraries/plugins
Michal Čihař 53f07e7179 Remove protection against < in HTTP Authorization header
It really doesn't make sense here as the username can potentionally
contain < anyway and we need to deal with it later (and we do).

Fixes #12710

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-11-18 11:00:11 +01:00
..
auth Remove protection against < in HTTP Authorization header 2016-11-18 11:00:11 +01:00
export Remove old sqlAddslashes call 2016-11-14 10:45:10 +05:30
import Properly escape strings in MySQL statement values 2016-10-29 10:45:12 +05:30
schema Properly escape strings in MySQL statement values 2016-10-29 10:45:12 +05:30
transformations Use one code to check external links 2016-08-24 11:38:03 +02:00
AuthenticationPlugin.php Properly escape configuration parameters when rendering 2016-07-26 16:47:01 +02:00
ExportPlugin.php Remove dead code 2015-11-09 05:39:17 -08:00
ImportPlugin.php Remove /*overload*/ prefix from mb_* calls 2016-01-04 16:35:28 +01:00
IOTransformationsPlugin.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
SchemaPlugin.php The shared method has to be protected, not private 2016-01-05 16:15:17 +01:00
TransformationsInterface.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
TransformationsPlugin.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
UploadInterface.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00