Ignore:
Timestamp:
Jan 21, 2016, 2:49:19 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Now application modules are started according configuration file.
  • Added: Each module which want to show something in main page bars needs to register its callback.
File:
1 edited

Legend:

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

    r838 r860  
    2020  function DoStart()
    2121  {
     22    $this->Excludes[] = $this->System->Config['Web']['Host'];
    2223    $this->Log();
    2324    $this->System->RegisterPage('referrer', 'PageReferrer');
Note: See TracChangeset for help on using the changeset viewer.