コード例 #1
0
ファイル: start.php プロジェクト: Twizanex/OhYesChat
/**
* Setup Chat;
*
* @access system
* @return null;
*/
function ohyeschat_setup()
{
    $Setup = new OhYesChat();
    $Setup->Setup();
}