index.php aktualisiert
This commit is contained in:
parent
684658b22f
commit
2f306dfaae
12
index.php
12
index.php
|
@ -4,6 +4,18 @@ $Config = new Config();
|
|||
$update = $Config->checkUpdate();
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--
|
||||
|| #################################################################### ||
|
||||
|| # Server Monitoring # ||
|
||||
|| # # ||
|
||||
|| # ---------------------------------------------------------------- # ||
|
||||
|| # Copyright 2023 by M_Viper # ||
|
||||
|| # ---------------------------------------------------------------- # ||
|
||||
|| # https://www.m-viper.de # ||
|
||||
|| #################################################################### ||
|
||||
-->
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
|
Loading…
Reference in New Issue