示例#1
0
<?php

session_start();
if (!isset($_SESSION['onset_room'])) {
    header("Location: index.php");
    die;
}
require_once __DIR__ . '/src/core.php';
$url = Onset::getBcdiceUrl();
$sysList = explode("\n", file_get_contents($url . "?list=1"));
?>

<!DOCTYPE html>
<html>
<head>
        <meta charset="UTF-8">
        <title>Onset!</title>
        
        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
        <meta http-equiv="Pragma" content="no-cache">
        <meta http-equiv="Cache-Control" content="no-cache">

        <link rel="stylesheet" href="css/bootstrap.min.css">
        <link rel="stylesheet" href="css/onset.css">

        <script src="js/jquery.js"></script>
        <script src="js/bootstrap.min.js"></script>
        <script src="js/chat_rw.js"></script>
</head>
<body class="container">
    <div class="menu">