Changeset 838 for trunk/Modules/Redirection/Redirection.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Redirection/Redirection.php
r816 r838 3 3 class ModuleRedirection extends AppModule 4 4 { 5 function __construct( $System)5 function __construct(System $System) 6 6 { 7 7 parent::__construct($System); … … 15 15 } 16 16 17 function Start()17 function DoStart() 18 18 { 19 19 $this->System->OnPageNotFound = array($this, 'ShowRedirect');
Note:
See TracChangeset
for help on using the changeset viewer.