Assembla home | Assembla project page
 

Changeset 1099

Show
Ignore:
Timestamp:
10/06/08 11:07:52 (2 months ago)
Author:
Pernod
Message:

Fixed the default playlists location to be in the SwissCenter install folder, previously it was 'playlists' which would always fail.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swisscenter/config/config_install.php

    r820 r1099  
    8080        write_ini ( DB_HOST, DB_USERNAME, DB_PASSWORD, DB_DATABASE ); 
    8181 
    82         // Default cache location and limit (default is no limit) 
     82        // Default cache, playlists location and limit (default is no limit) 
    8383        set_sys_pref('CACHE_DIR',SC_LOCATION.'cache'); 
     84        set_sys_pref('PLAYLISTS',SC_LOCATION.'playlists'); 
    8485        set_sys_pref('CACHE_MAXSIZE_MB','20'); 
    8586