Changeset 4578 for trunk/core/cache/memcached.cache.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/cache/memcached.cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/cache/memcached.cache.php
r4493 r4578 1 1 <?php 2 /** 3 * Clansuite - just an eSports CMS 4 * Jens-André Koch © 2005 - onwards 5 * http://www.clansuite.com/ 6 * 7 * This file is part of "Clansuite - just an eSports CMS". 8 * 9 * LICENSE: 10 * 11 * This program is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2 of the License, or 14 * (at your option) any later version. 15 * 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 20 * 21 * You should have received a copy of the GNU General Public License 22 * along with this program; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 * 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 * 27 * @author Jens-André Koch <vain@clansuite.com> 28 * @copyright Jens-André Koch (2005-2008) 29 * 30 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite 32 * 33 * @version SVN: $Id$ 34 */ 2 /** 3 * Clansuite - just an eSports CMS 4 * Jens-André Koch © 2005 - onwards 5 * http://www.clansuite.com/ 6 * 7 * This file is part of "Clansuite - just an eSports CMS". 8 * 9 * LICENSE: 10 * 11 * This program is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2 of the License, or 14 * (at your option) any later version. 15 * 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 20 * 21 * You should have received a copy of the GNU General Public License 22 * along with this program; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 * 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 * @author Jens-André Koch <vain@clansuite.com> 27 * @copyright Jens-André Koch (2005 - onwards) 28 * @link http://www.clansuite.com 29 * 30 * @version SVN: $Id$ 31 */ 35 32 36 33 # Security Handler 37 34 if(defined('IN_CS') == false) 38 { 35 { 39 36 die('Clansuite not loaded. Direct Access forbidden.'); 40 37 }
Note: See TracChangeset
for help on using the changeset viewer.
