1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-11-01 14:20:07 +00:00
Tims-Chat/file/index.php

11 lines
341 B
PHP
Raw Normal View History

2013-01-19 19:36:40 +00:00
<?php
/**
* @author Tim Düsterhus
* @copyright 2010-2013 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package be.bastelstu.chat
*/
2013-05-24 13:30:18 +00:00
2013-01-19 19:36:40 +00:00
require_once(__DIR__.'/global.php');
2013-05-24 13:30:18 +00:00
\wcf\system\request\RequestHandler::getInstance()->handle('chat');