diff --git a/docs/en/programmers/api-variables/variable-security-settings.xml b/docs/en/programmers/api-variables/variable-security-settings.xml
index 6d19a807..4d592290 100644
--- a/docs/en/programmers/api-variables/variable-security-settings.xml
+++ b/docs/en/programmers/api-variables/variable-security-settings.xml
@@ -18,6 +18,9 @@
tags are permitted in the templates.
MODIFIER_FUNCS - This is an array of the names of permitted
PHP functions used as variable modifiers.
+ ALLOW_CONSTANTS - true/false. If set to true, constants via
+ {$smarty.const.name} are allowed in the templates. The defaults is set to
+ "false" for security.