diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index ee71ee0b2..e88361cf5 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1181,6 +1181,9 @@ function flood_is_allowed($name, $threshold, $window = 3600, $identifier = NULL) * @defgroup sanitization Sanitization functions * @{ * Functions to sanitize values. + * + * See http://drupal.org/writing-secure-code for information + * on writing secure code. */ /** |