Menu

#1 wrong expression

open
nobody
None
5
2008-05-19
2008-05-19
gas82
No

It affects Beta-28/03/07 (2007-03-28 15:38)
define('RESERVED_2396', '[\\x3B\\x3F\\x2F3A\\x40\\x26\\x2B\\x3D\\x24\\x2C]');
should be
define('RESERVED_2396', '[\\x3B\\x3F\\x2F\\x3A\\x40\\x26\\x2B\\x3D\\x24\\x2C]');
So it validates x3A -> :

Discussion


Log in to post a comment.