Changeset 12802 for trunk/i.php


Ignore:
Timestamp:
Dec 29, 2011, 6:48:16 AM (12 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/i.php

    r12798 r12802  
    2727
    2828defined('PWG_LOCAL_DIR') or define('PWG_LOCAL_DIR', 'local/');
    29 defined('PWG_DERIVATIVE_DIR') or define('PWG_DERIVATIVE_DIR', PWG_LOCAL_DIR.'i/');
     29defined('PWG_DERIVATIVE_DIR') or define('PWG_DERIVATIVE_DIR', $conf['data_location'].'i/');
    3030
    3131function trigger_action() {}
Note: See TracChangeset for help on using the changeset viewer.