Changeset 838 for trunk/Modules/Referrer/Referrer.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Referrer/Referrer.php
r829 r838 5 5 var $Excludes; 6 6 7 function __construct( $System)7 function __construct(System $System) 8 8 { 9 9 parent::__construct($System); … … 12 12 $this->Creator = 'Chronos'; 13 13 $this->License = 'GNU/GPL'; 14 $this->Description = 'Log HTTP referrer URLs.';14 $this->Description = 'Log visitor HTTP referrer URLs to database for later evaluation.'; 15 15 $this->Dependencies = array(); 16 16 … … 18 18 } 19 19 20 function Start()20 function DoStart() 21 21 { 22 22 $this->Log();
Note:
See TracChangeset
for help on using the changeset viewer.