Changeset 301 for trunk

Show
Ignore:
Timestamp:
08/05/08 21:59:50 (4 years ago)
Author:
john
Message:

changing file layout

Location:
trunk/trax
Files:
3 added
8 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/data/config/environment.php

    r201 r301  
    2121# Trax::$path_seperator = ":"; 
    2222# Trax::$url_prefix = "~username"; 
     23# Use database or cookie-based (default) sessions. (active_record_store,file_store) 
     24# Trax::$session_store = "active_record_store"; 
     25# Where should Trax write session files to? (only if using file_store) 
     26# Trax::$session_save_path = Trax::$tmp_path."/sessions"; 
    2327 
    2428# Include the application environment specific config file 
  • trunk/trax/vendor/trax/trax.php

    r298 r301  
    3838        MAJOR = 0, 
    3939        MINOR = 14, 
    40         TINY = 0; 
     40        TINY = 1; 
    4141     
    4242    public static