Changeset 859

Show
Ignore:
Timestamp:
12/08/05 11:26:24 (7 years ago)
Author:
max-horvath
Message:

Caching must be enabled in config.php now!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/config.php

    r856 r859  
    122122 * If you haven't installed PEAR::Cache_Lite, caching won't be enabled at all. 
    123123 */ 
    124 define('USE_CACHE_LITE', true); 
     124define('USE_CACHE_LITE', false); 
    125125 
    126126/********************************************************************\