mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
remove caching logic
This commit is contained in:
@@ -58,15 +58,6 @@ class Smarty
|
||||
);
|
||||
var $global_assign = array( 'SCRIPT_NAME'
|
||||
);
|
||||
|
||||
var $cache_enable = true; // turn template cache on/off
|
||||
|
||||
var $cache_dir = ""; // the directory path where
|
||||
// cached templates are placed.
|
||||
// if empty, uses compile directory
|
||||
|
||||
var $cache_exp_time = 3600; // number of seconds cache is good for
|
||||
|
||||
|
||||
// internal vars
|
||||
var $_error_msg = false; // error messages
|
||||
|
||||
Reference in New Issue
Block a user