MDL-13643 - Missing constant definition

This commit is contained in:
scyrma
2008-02-25 08:10:22 +00:00
parent 7afc1d07f4
commit 3c5591c51c
+5
View File
@@ -153,6 +153,11 @@ define('PARAM_FILE', 0x0010);
*/
define('PARAM_TAG', 0x0011);
/**
* PARAM_TAGLIST - list of tags separated by commas (interests, blogs, etc.)
*/
define('PARAM_TAGLIST', 0x0012);
/**
* PARAM_PATH - safe relative path name, all dangerous chars are stripped, protects against XSS, SQL injections and directory traversals
* note: the leading slash is not removed, window drive letter is not allowed