Changeset 809 for trunk/app/config

Show
Ignore:
Timestamp:
10/11/08 22:19:40 (7 weeks ago)
Author:
aarkerio
Message:

Little changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/core.php

    r731 r809  
    5656 * 
    5757 */ 
    58     //Configure::write('Cache.check', true); 
     58//   Configure::write('Cache.check', true); 
    5959/** 
    6060 * Defines the default error type when using the log() function. Used for 
     
    199199 *                  ); 
    200200 */ 
    201  Cache::config('default', array('engine' => 'File')); 
     201  Cache::config('default', array('engine' => 'File')); 
     202 
    202203  
    203204/* Cache::config('default', array('engine' => 'Xcache', //[required] 
     
    205206                      'probability'=> 100, //[optional] 
    206207                      'user' => 'aarkerio', //user from xcache.admin.user settings 
    207                       'password' => 'kunst99' //plaintext password (xcache.admin.pass) 
     208                      'password' => 'dfdgdf' //plaintext password (xcache.admin.pass) 
    208209                 ) 
    209210         ); */