Changeset 838 for trunk/Modules/Log/Log.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r818 r838 5 5 var $Excludes; 6 6 7 function __construct( $System)7 function __construct(System $System) 8 8 { 9 9 parent::__construct($System); … … 18 18 } 19 19 20 function Start()20 function DoStart() 21 21 { 22 22 $this->System->RegisterPage('log.php', 'PageLog');
Note:
See TracChangeset
for help on using the changeset viewer.