fixes
This commit is contained in:
parent
65cbda1b2e
commit
95a09043f5
2 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,9 @@ require(__DIR__ . "/../libs/header.php");
|
|||
|
||||
page_header();
|
||||
$msgs = json_decode(file_get_contents('https://mcp.dervland.net/messages'),true);
|
||||
?>
|
||||
<h2>Scraftia (<a href='/' class='link'>Home</a>)</h2>
|
||||
<?php
|
||||
foreach ($msgs as $msg) {
|
||||
?>
|
||||
<div class="comment">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue