commit
c6e404d2af
132 changed files with 34951 additions and 0 deletions
15
index.php
Normal file
15
index.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
include "data/config.php";
|
||||
include "lib/frontend.php";
|
||||
$frontend = new frontend();
|
||||
|
||||
$images = glob("");
|
||||
|
||||
echo $frontend->load(
|
||||
"home.html",
|
||||
[
|
||||
"server_short_description" => htmlspecialchars(config::SERVER_SHORT_DESCRIPTION),
|
||||
"banner" => $images[rand(0, count($images) - 1)]
|
||||
]
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue