added status page for internal infrastructure
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
.idea/.gitignore
|
||||
.idea/dbnavigator.xml
|
||||
.idea/misc.xml
|
||||
.idea/modules.xml
|
||||
.idea/vcs.xml
|
||||
.idea/website.iml
|
||||
9
status.php
Normal file
9
status.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$title = 'Infrastructure Status';
|
||||
$nav_name = '';
|
||||
include 'includes/header.php';
|
||||
?>
|
||||
<iframe width=1920 height=1080
|
||||
src="https://prtg.dennisvandermeulen.nl/public/mapshow.htm?id=2283&mapid=D47AE50E-9389-427F-B626-B82AB121ED87">
|
||||
</iframe>
|
||||
<?php include 'includes/footer.php'; ?>
|
||||
Reference in New Issue
Block a user