Changeset 1040

Show
Ignore:
Timestamp:
05/20/06 14:52:05 (7 years ago)
Author:
benoitg
Message:

Re-disable caching

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php

    r1039 r1040  
    8686        $this->register_modifier("_","_"); 
    8787 
    88         $this->caching = true; 
    89         $this->compile_check = true; 
     88        $this->caching = false; 
     89        //$this->compile_check = true; 
    9090        $this->assign('app_name','Wifidog auth server'); 
    9191