Changeset 4578 for trunk/core/cache/xcache.cache.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/cache/xcache.cache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/cache/xcache.cache.php
r4377 r4578 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 * @copyright Jens-André Koch (2005-2008) 29 * 27 * @copyright Jens-André Koch (2005 - onwards) 30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id$ … … 35 32 36 33 # Security Handler 37 if (defined('IN_CS') == false)38 { 34 if(defined('IN_CS') == false) 35 { 39 36 die('Clansuite not loaded. Direct Access forbidden.'); 40 37 }
Note: See TracChangeset
for help on using the changeset viewer.
