mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 03:40:53 +02:00
Added support for hidden config vars.
This commit is contained in:
@@ -548,6 +548,7 @@ class Smarty
|
||||
if (!class_exists('Config_File'))
|
||||
include_once SMARTY_DIR.'Config_File.class.php';
|
||||
$this->_conf_obj = new Config_File($this->config_dir);
|
||||
$this->_conf_obj->read_hidden = false;
|
||||
} else
|
||||
$this->_conf_obj->set_path($this->config_dir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user