Changeset 107 for trunk/trax/vendor/trax/dispatcher.php
- Timestamp:
- 01/02/06 22:19:42 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/dispatcher.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/dispatcher.php
r96 r107 27 27 function dispatch() { 28 28 try { 29 InputFilter::process_all(array(),array(),1,1); 29 30 Session::start(); 30 31 $ac = new ActionController();
