Actualizar 'index.php'

This commit is contained in:
Lucas 2021-04-18 23:30:46 +00:00
parent 2fe3f3cf22
commit d3af6fc409
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php include "utset.php";$style="<body style='text-align:center;font-family:sans-serif;padding:10px;'>";$footer="<footer style='font-family:monospace;margin:5px 0 0 0'>Based on <a href='http://ctrl-c.club/~cenalene/comments.php'>Comments</a> (by <a href='http://ctrl-c.club/~cenalene/'>Cenalene</a>)<br>By <a href=''>~lucas</a> - <a href='https://github.com/absucc/utterooms'>Source</a></footer></body></html>"; if(isset($_GET["room"])){
<?php include "utset.php";$style="<body style='text-align:center;font-family:sans-serif;padding:10px;'>";$footer="<footer style='font-family:monospace;margin:5px 0 0 0'>Based on <a href='http://ctrl-c.club/~cenalene/comments.php'>Comments</a> (by <a href='http://ctrl-c.club/~cenalene/'>Cenalene</a>)<br>By <a href=''>~lucas</a> - <a href='https://tildegit.org/lucas/utterooms'>Source</a></footer></body></html>"; if(isset($_GET["room"])){
$a=count($public_boards)-1;$ao=0;$next=$a+1;
while($ao < count($public_boards)){
if($_GET["room"]==$public_boards[$a][0]){ ?>