- Timestamp:
- 08/05/08 21:59:50 (4 years ago)
- Location:
- trunk/trax
- Files:
-
- 3 added
- 8 removed
- 2 modified
-
app (deleted)
-
components (deleted)
-
config (deleted)
-
data/components (deleted)
-
data/config/environment.php (modified) (1 diff)
-
data/tmp (added)
-
data/tmp/cache (added)
-
data/tmp/sessions (added)
-
db (deleted)
-
lib (deleted)
-
log (deleted)
-
script (deleted)
-
vendor/trax/trax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/data/config/environment.php
r201 r301 21 21 # Trax::$path_seperator = ":"; 22 22 # 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"; 23 27 24 28 # Include the application environment specific config file -
trunk/trax/vendor/trax/trax.php
r298 r301 38 38 MAJOR = 0, 39 39 MINOR = 14, 40 TINY = 0;40 TINY = 1; 41 41 42 42 public static
