Changeset 1039
- Timestamp:
- 05/20/06 14:41:11 (7 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/classes/SmartyWifidog.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1038 r1039 1 2006-05- 18Benoit Grégoire <bock@step.polymtl.ca>1 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> 2 2 * More install script fixes: Phlickr wouldn't install, and the permissions of wifidog/tmp/smarty/cache weren't checked. 3 3 4 2006-05- 18Benoit Grégoire <bock@step.polymtl.ca>4 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> 5 5 * More stylesheet and HTML work 6 6 -
trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php
r1031 r1039 86 86 $this->register_modifier("_","_"); 87 87 88 $this->caching = false; 88 $this->caching = true; 89 $this->compile_check = true; 89 90 $this->assign('app_name','Wifidog auth server'); 90 91
