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/include/dblayer/functions_sqlite.inc.php

    r11991 r12802  
    3838  global $conf;
    3939
    40   $db_file = sprintf('%s/%s.db', $conf['local_data_dir'], $database);
     40  $db_file = sprintf('%s/%s.db', PHPWG_ROOT_PATH.$conf['data_location'], $database);
    4141
    4242  if (script_basename()=='install')
Note: See TracChangeset for help on using the changeset viewer.