[Phpmyadmin-devel] SQL Validator

Michal Čihař michal at cihar.com
Wed Jul 21 13:21:20 CEST 2010


Hi

Dne Tue, 20 Jul 2010 15:54:55 +0200
Piotr Przybylski <piotr.prz at gmail.com> napsal(a):

> In sqlvalidator.lib.php we have:
>  * Enable the SQL Validator options in the configuration file
>  * $cfg['SQLQuery']['Validate'] = TRUE;
>  * $cfg['SQLValidator']['use']  = FALSE;
> 
> I believe it should say:
>  * Enable the SQL Validator options in the configuration file
>  * $cfg['SQLQuery']['Validate'] = FALSE; (or TRUE, it affects only link)
>  * $cfg['SQLValidator']['use']  = TRUE; (when its FALSE validator
> class isn't loaded at all)

You seem to be right, changed.

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20100721/294cd469/attachment.sig>


More information about the Developers mailing list