Changeset 245 for trunk/trax/vendor/trax/dispatcher.php
- Timestamp:
- 08/23/06 00:15:06 (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
r162 r245 61 61 function dispatch() { 62 62 try { 63 InputFilter::process_all( array(),array(),1,1);63 InputFilter::process_all(); 64 64 Session::start(); 65 65 $ac = new ActionController();
