Ignore:
Timestamp:
08/27/10 23:01:58 (21 months ago)
Author:
vain
Message:
  • minor change to all security constant checks
  • fixed the non rewrite routing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/statistics/controller/statistics.admin.php

    r4506 r4599  
    2222    * 
    2323    * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
    24     * 
    2524    * @author     Jens-André Koch <vain@clansuite.com> 
    26     * @copyright  Copyleft: All rights reserved. Jens-André Koch (2005-onwards) 
    27     * 
     25    * @copyright  Jens-André Koch (2005 - onwards) 
    2826    * @link       http://www.clansuite.com 
    29     * @link       http://gna.org/projects/ 
    3027    * 
    3128    * @version    SVN: $Id: news.admin.php 3815 2009-12-09 19:11:23Z vain $ 
     
    3330 
    3431# Security Handler 
    35 if(defined('IN_CS') == false) 
     32if(defined('IN_CS') === false) 
    3633{ 
    3734    die('Clansuite not loaded. Direct Access forbidden.'); 
     
    4542 * @subpackage  Statistics 
    4643 */ 
    47 class Clansuite_Module_Statistics_Admin extends Clansuite_Module_Controller implements Clansuite_Module_Interface 
     44class Clansuite_Module_Statistics_Admin extends Clansuite_Module_Controller 
    4845{ 
    49     public function initializeModule(Clansuite_HttpRequest $request, Clansuite_HttpResponse $response) 
     46    public function initializeModule() 
    5047    { 
    5148    } 
     
    108105 
    109106        # Get Configuration from Injector 
    110         $config = $this->injector->instantiate('Clansuite_Config'); 
     107        $config = $this->getInjector()->instantiate('Clansuite_Config'); 
    111108 
    112109        # write config 
Note: See TracChangeset for help on using the changeset viewer.