Changeset 1040
- Timestamp:
- 05/20/06 14:52:05 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php
r1039 r1040 86 86 $this->register_modifier("_","_"); 87 87 88 $this->caching = true;89 $this->compile_check = true;88 $this->caching = false; 89 //$this->compile_check = true; 90 90 $this->assign('app_name','Wifidog auth server'); 91 91
