Changeset 4599 for trunk/modules/index/controller/index.module.php
- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
-
trunk/modules/index/controller/index.module.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/index/controller/index.module.php
r4552 r4599 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/32 29 * 33 30 * @version SVN: $Id$ … … 35 32 36 33 # Security Handler 37 if(defined('IN_CS') == false)34 if(defined('IN_CS') === false) 38 35 { 39 36 die('Clansuite not loaded. Direct Access forbidden.'); … … 47 44 * @subpackage Index 48 45 */ 49 class Clansuite_Module_Index extends Clansuite_Module_Controller implements Clansuite_Module_Interface46 class Clansuite_Module_Index extends Clansuite_Module_Controller 50 47 { 51 public function initializeModule(Clansuite_HttpRequest $request, Clansuite_HttpResponse $response)52 {53 }54 55 48 public function action_show() 56 49 {
Note: See TracChangeset
for help on using the changeset viewer.
