Ignore:
Timestamp:
Dec 29, 2011, 6:48:16 AM (13 years ago)
Author:
rvelices
Message:

fetaure 2542 replace $conflocal_data_dir with $confdata_location and move combined files and image derivatives from local to _data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r12796 r12802  
    8989include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
    9090@include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
     91if (!isset($conf['local_data_dir'])) $conf['local_data_dir'] = realpath(PHPWG_ROOT_PATH.$conf['data_location']); // temp 2.4 for backward compatibility
     92
    9193defined('PWG_LOCAL_DIR') or define('PWG_LOCAL_DIR', 'local/');
    9294
Note: See TracChangeset for help on using the changeset viewer.