Sample test
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<?php
|
||||
|
||||
// Placeholder Globals
|
||||
$userid = 0;
|
||||
$room_lang = "th";
|
||||
$is_admin = false;
|
||||
define("BLUE_ROOM", 12345);
|
||||
define("RED_ROOM", 67890);
|
||||
define("INTER_ROOM", 111213);
|
||||
|
||||
// randomorg($start,$end);
|
||||
|
||||
function reply_user($room_id, $msgid, $message)
|
||||
{
|
||||
return $msgid;
|
||||
<?php
|
||||
|
||||
// Placeholder Globals
|
||||
$userid = 0;
|
||||
$room_lang = "th";
|
||||
$is_admin = false;
|
||||
define("BLUE_ROOM", 12345);
|
||||
define("RED_ROOM", 67890);
|
||||
define("INTER_ROOM", 111213);
|
||||
|
||||
// randomorg($start,$end);
|
||||
|
||||
function reply_user($room_id, $msgid, $message) : string
|
||||
{
|
||||
return $msgid;
|
||||
}
|
||||
Reference in New Issue
Block a user