mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
16 lines
351 B
PHP
16 lines
351 B
PHP
<?php
|
|
namespace wcf\page;
|
|
|
|
/**
|
|
* Shows the chat-interface
|
|
*
|
|
* @author Tim Düsterhus
|
|
* @copyright 2010-2011 Tim Düsterhus
|
|
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
|
* @package timwolla.wcf.chat
|
|
* @subpackage page
|
|
*/
|
|
class ChatPage extends AbstractPage {
|
|
|
|
}
|