Changeset 853
- Timestamp:
- Jan 17, 2016, 11:39:52 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 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/')); -
trunk/includes/System.php
r850 r853 45 45 ); 46 46 $GlobalLocaleManager = $this->LocaleManager; 47 $this->LinkLocaleExceptions = array('images', 'style', 'tmp', 'files', 'aowow'); 47 $this->LinkLocaleExceptions = array('images', 'style', 'tmp', 'files', 'aowow', 48 'banners' 49 ); 48 50 49 51 $this->PathItems = ProcessURL();
Note:
See TracChangeset
for help on using the changeset viewer.