From 64221a5160cd1c3249020e30bb4f17f666a9e959 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 24 Feb 2021 14:54:54 +0100 Subject: [PATCH] added status page for internal infrastructure --- .gitignore | 7 +++++++ status.php | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 status.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d50a0b6 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/status.php b/status.php new file mode 100644 index 0000000..ac69552 --- /dev/null +++ b/status.php @@ -0,0 +1,9 @@ + + + \ No newline at end of file