mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-11-01 14:20:07 +00:00
16 lines
432 B
PHP
16 lines
432 B
PHP
<?php
|
|
/**
|
|
* @author Tim Düsterhus
|
|
* @copyright 2010-2014 Tim Düsterhus
|
|
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
|
* @package be.bastelstu.chat
|
|
*/
|
|
// define paths
|
|
define('RELATIVE_CHAT_DIR', '../');
|
|
|
|
// include config
|
|
require_once(dirname(dirname(__FILE__)).'/config.inc.php');
|
|
|
|
// include WCF
|
|
require_once(RELATIVE_WCF_DIR.'acp/global.php');
|