Ignore:
Timestamp:
Jan 17, 2016, 11:39:52 PM (8 years ago)
Author:
chronos
Message:
  • Added: Do not translate banner directory name.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Redirection/Redirection.php

    r843 r853  
    3232    if(count($this->System->PathItems) > 0)
    3333    {
     34      if($this->System->PathItems[0] == 'user.php') $Output = $this->Redirect($this->System->Link('/user/'));
    3435      if($this->System->PathItems[0] == 'team.php') $Output = $this->Redirect($this->System->Link('/team/'));
    3536      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.