You are here

property Smarty::$trusted_dir in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::trusted_dir

This is an array of directories where trusted php scripts reside. {@link $security} is disabled during their inclusion/execution.

Type: array

File

includes/moodle/lib/smarty/Smarty.class.php, line 247

Class

Smarty
@package Smarty

Code

var $trusted_dir = array();