Show
Ignore:
Timestamp:
04/25/08 12:34:53 (19 months ago)
Author:
takayama
Message:

Implemented BugId:71811, BugId:79438
* Added SSI support into the Dynamic Publishing
* Added cache option support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/php/mt.php.pre

    r2029 r2104  
    363363        isset($cfg['timeoffset']) or 
    364364            $cfg['timeoffset'] = '__DEFAULT_TIMEZONE__'; 
     365        isset($cfg['includesdir']) or 
     366            $cfg['includesdir'] = 'includes_c'; 
    365367    } 
    366368