Changeset 12802 for trunk/feed.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/feed.php

    r8728 r12802  
    194194}
    195195
    196 $fileName= $conf['local_data_dir'].'/tmp';
     196$fileName= PHPWG_ROOT_PATH.$conf['data_location'].'tmp';
    197197mkgetdir($fileName); // just in case
    198198$fileName.='/feed.xml';
Note: See TracChangeset for help on using the changeset viewer.