Changeset 853 for trunk/Modules/Redirection/Redirection.php
- Timestamp:
- Jan 17, 2016, 11:39:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Redirection/Redirection.php
r843 r853 32 32 if(count($this->System->PathItems) > 0) 33 33 { 34 if($this->System->PathItems[0] == 'user.php') $Output = $this->Redirect($this->System->Link('/user/')); 34 35 if($this->System->PathItems[0] == 'team.php') $Output = $this->Redirect($this->System->Link('/team/')); 35 36 if($this->System->PathItems[0] == 'version.php') $Output = $this->Redirect($this->System->Link('/client-version/'));
Note:
See TracChangeset
for help on using the changeset viewer.