From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/cms-special/error/index.php | 71 +++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 Neutron-trunk/cms-special/error/index.php (limited to 'Neutron-trunk/cms-special/error/index.php') diff --git a/Neutron-trunk/cms-special/error/index.php b/Neutron-trunk/cms-special/error/index.php new file mode 100644 index 0000000..3983bc7 --- /dev/null +++ b/Neutron-trunk/cms-special/error/index.php @@ -0,0 +1,71 @@ + +") ?> + + + + + + + + + + + + <?php + + if ($ready) { + echo(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/sitename")); + } else { + echo("Neutron"); + } + + ?> + + + +
+

+

+

+

+ +
+ + \ No newline at end of file -- cgit