コード例 #1
0
ファイル: index.php プロジェクト: rusli-nasir/hospitalPhp
<?php

require_once "chat.php";
$chat = new chat();
$chat->main();