Changeset 352 for branches/1.1dev/config


Ignore:
Timestamp:
Mar 29, 2009 2:17:36 PM (15 years ago)
Author:
quinn
Message:

Updated include_path config for 1.1dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/config/boot.inc.php

    r310 r352  
    256256$inc_lang = isset($_SESSION['_language']) ? $_SESSION['_language'] : 'en';
    257257ini_set('include_path',
    258     '/usr/local/lib/php' . PATH_SEPARATOR .
     258    ini_get('include_path') . PATH_SEPARATOR .
    259259    SITE_BASE . '/_templates/' . $inc_lang . PATH_SEPARATOR .
    260260    CODE_BASE . '/templates/' . $inc_lang . PATH_SEPARATOR .
Note: See TracChangeset for help on using the changeset viewer.