Changeset 120 for trunk/trax/vendor/trax/action_controller.php
- Timestamp:
- 01/18/06 19:46:47 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_controller.php
r118 r120 93 93 94 94 # strip off url prefix, if any 95 if (!is_null(TRAX_URL_PREFIX)) {95 if(!is_null(TRAX_URL_PREFIX)) { 96 96 $browser_url = str_replace(TRAX_URL_PREFIX,"",$browser_url); 97 97 }
