mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
add note
This commit is contained in:
@@ -35,6 +35,7 @@ Smarty 3.1.22
|
|||||||
To disable access for all methods of all classes set $trusted_static_methods = null;
|
To disable access for all methods of all classes set $trusted_static_methods = null;
|
||||||
The default value is an empty array() which does enables all methods of all classes, but for backward compatibility
|
The default value is an empty array() which does enables all methods of all classes, but for backward compatibility
|
||||||
the setting of $static_classes will be checked.
|
the setting of $static_classes will be checked.
|
||||||
|
Note: That this security check is performed at compile time.
|
||||||
|
|
||||||
- trusted static properties -
|
- trusted static properties -
|
||||||
The Smarty_Security class has the new property $trusted_static_properties to restrict access to static properties.
|
The Smarty_Security class has the new property $trusted_static_properties to restrict access to static properties.
|
||||||
@@ -47,6 +48,7 @@ Smarty 3.1.22
|
|||||||
To disable access for all properties of all classes set $trusted_static_properties = null;
|
To disable access for all properties of all classes set $trusted_static_properties = null;
|
||||||
The default value is an empty array() which does enables all properties of all classes, but for backward compatibility
|
The default value is an empty array() which does enables all properties of all classes, but for backward compatibility
|
||||||
the setting of $static_classes will be checked.
|
the setting of $static_classes will be checked.
|
||||||
|
Note: That this security check is performed at compile time.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user