Esempio n. 1
0
/**
* Setup Chat;
*
* @access system
* @return null;
*/
function ohyeschat_setup()
{
    $Setup = new OhYesChat();
    $Setup->Setup();
}