property Smarty::$secure_dir in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::secure_dir
This is the list of template directories that are considered secure. This is used only if {@link $security} is enabled. One directory per array element. {@link $template_dir} is in this list implicitly.
Type: array
File
- includes/
moodle/ lib/ smarty/ Smarty.class.php, line 220
Class
- Smarty
- @package Smarty
Code
var $secure_dir = array();