From aea5136ef5e35a35cabd6b2e29e599ca1564d122 Mon Sep 17 00:00:00 2001 From: whotookelburg <> Date: Mon, 30 Jan 2023 18:33:10 +0000 Subject: [PATCH] yayy new stuffs --- PHP.ini | 6 ++++++ data/xml/default.flags.xml | 8 ++++++++ index.php | 24 ++++++++++++++++++++++-- search.php | 0 src/validateSTSXML.php | 12 ++++++++++++ 5 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 PHP.ini create mode 100644 data/xml/default.flags.xml create mode 100644 search.php create mode 100644 src/validateSTSXML.php diff --git a/PHP.ini b/PHP.ini new file mode 100644 index 0000000..ea90e32 --- /dev/null +++ b/PHP.ini @@ -0,0 +1,6 @@ +display_errors = "stderr" +display_startup_errors = true +html_errors = true +error_reporting = 'E_ALL' +zlib.output_compression = 1 +zlib.output_compression_level = 9 \ No newline at end of file diff --git a/data/xml/default.flags.xml b/data/xml/default.flags.xml new file mode 100644 index 0000000..4dd259e --- /dev/null +++ b/data/xml/default.flags.xml @@ -0,0 +1,8 @@ + + + + + text + + + \ No newline at end of file diff --git a/index.php b/index.php index 0e8fd43..c9b25db 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,14 @@ message; + } + die(sprintf("\n\ncontact %s @ %s",$cfg['MAINTAINERS_0']['name'],$cfg['MAINTAINERS_0']['email'])); + } ?> @@ -33,11 +50,14 @@ ?>
\n"; - echo ""; + echo ""; echo "\n"; echo "
" ?> +