Changeset 4598 for trunk/core/bootstrap/clansuite.application.php
- Timestamp:
- 08/22/10 22:49:05 (21 months ago)
- File:
-
- 1 edited
-
trunk/core/bootstrap/clansuite.application.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/bootstrap/clansuite.application.php
r4578 r4598 31 31 * @copyright Copyleft: All rights reserved. Jens-André Koch (2005 - onwards) 32 32 * @link http://www.clansuite.com 33 * 33 * 34 34 * @version SVN: $Id$ 35 35 */ … … 42 42 43 43 # Security Handler 44 if (defined('IN_CS') == false)44 if (defined('IN_CS') === false) 45 45 { 46 46 die('Clansuite not loaded. Direct Access forbidden.'); … … 541 541 $response = self::$injector->instantiate('Clansuite_HttpResponse'); 542 542 543 544 543 /** 545 544 * Setup Frontcontroller and pass Request and Response
Note: See TracChangeset
for help on using the changeset viewer.
