01-06-2008, 10:25 PM
|
#7 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
|
PHP Code:
Config::set('system', array(
'errorController' => 'error',
'defaultAction' => 'index',
'debug' => true,
'rootSafety' => true,
'fileCommand' => '/usr/bin/file',
'logs' => array(
'error' => 'error.log',
'default' => 'log.log'
),
'timezone' => 'Europe/Amsterdam'
));
|
|
|
|