Fix incorrect comment.

This commit is contained in:
tjhunt 2009-01-21 07:41:09 +00:00
parent 5bd22790c4
commit 285b83adf5

View File

@ -120,7 +120,7 @@ define('PARAM_NUMBER', 0x000a);
define('PARAM_ALPHA', 0x0004);
/**
* PARAM_ALPHAEXT the same contents as PARAM_ALPHA plus the chars in quotes: "/-" allowed
* PARAM_ALPHAEXT the same contents as PARAM_ALPHA plus the chars in quotes: "_-" allowed
* NOTE: originally this allowed "/" too, please use PARAM_SAFEPATH if "/" needed
*/
define('PARAM_ALPHAEXT', 0x2000);