This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Clan CMS | |
| * | |
| * An open source application for gaming clans | |
| * | |
| * @package Clan CMS | |
| * @author Xcel Gaming Development Team | |
| * @copyright Copyright (c) 2010 - 2011, Xcel Gaming, Inc. | |
| * @license http://www.xcelgaming.com/about/license/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @Title: cms_debug.php | |
| * @Description: Stand alone debugging information gathering tool for developers | |
| * @Author: FuntimeError | |
| **/ | |
| println("XCel Gaming Clan CMS Debug Tool"); | |
| println("Written by FuntimeError"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // clanCMS to phpBB3 bridge by FuntimeError of dfbrigade.org | |
| /** | |
| * @ignore | |
| */ | |
| if (!defined('IN_PHPBB')) | |
| { | |
| // exit; | |
| } |