Ignore:
Timestamp:
Jan 9, 2016, 11:45:01 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Some libraries moved to Common package located at Packages directory.
  • Modified: Application class System renamed to Core. System class is not just basic parent class for application.
  • Fixed: alert file now use same application class as other files.
  • Modified: Error application module.
File:
1 edited

Legend:

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

    r829 r838  
    55  var $Excludes;
    66
    7   function __construct($System)
     7  function __construct(System $System)
    88  {
    99    parent::__construct($System);
     
    1212    $this->Creator = 'Chronos';
    1313    $this->License = 'GNU/GPL';
    14     $this->Description = 'Log HTTP referrer URLs.';
     14    $this->Description = 'Log visitor HTTP referrer URLs to database for later evaluation.';
    1515    $this->Dependencies = array();
    1616
     
    1818  }
    1919
    20   function Start()
     20  function DoStart()
    2121  {
    2222    $this->Log();
Note: See TracChangeset for help on using the changeset viewer.