mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Fix incorrect comment.
This commit is contained in:
parent
5bd22790c4
commit
285b83adf5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user