Changeset 628

Show
Ignore:
Timestamp:
04/25/07 16:06:03 (1 year ago)
Author:
mikey
Message:

do not use template stuff in dist config file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/php/config-dist.php

    r613 r628  
    7878    { 
    7979        if (null == self::$logPath) { 
    80             self::$logPath = realpath(dirname(__FILE__) . '/../../log') . '/{Y}/{M}'
     80            self::$logPath = realpath(dirname(__FILE__) . '/../../log')
    8181        } 
    8282