From 02608271bb2a9f3a65ed536984d306ee14b48e34 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Sun, 12 Jul 2026 15:51:52 +0300 Subject: initialize repository; add docker config; migrate configuration to new specs --- public/includes/ui-message.php | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 public/includes/ui-message.php (limited to 'public/includes/ui-message.php') diff --git a/public/includes/ui-message.php b/public/includes/ui-message.php new file mode 100644 index 0000000..55ff531 --- /dev/null +++ b/public/includes/ui-message.php @@ -0,0 +1,47 @@ + 'Application Error!', + 'message' => "

Παρακαλώ ενημερώστε τον διαχειριστή του συστήματος. Στη σχετική ενημέρωση επισυνάψτε τα παρακάτω στοιχεία:

+
".
+                "\n". ((isset($_SERVER['REQUEST_URI'])) ? "URI: ".$_SERVER['REQUEST_URI'] : "") .
+                "\n". ((isset($_SERVER['REQUEST_METHOD'])) ? "Method: ".$_SERVER['REQUEST_METHOD'] : "") .
+                "\n". ((isset($_SERVER['HTTP_USER_AGENT'])) ? "Agent: ".$_SERVER['HTTP_USER_AGENT'] : "") .
+                "\nTimestamp: ". time() . ((isset($_SERVER['HTTP_REFERER'])) ? "\nRef: ".$_SERVER['HTTP_REFERER'] : "") ."
" + ); +} +?> + + + + + + + + <?=PROJECT?> : Message + + + + + + + +
+
+
+

+

+
+
+
+
+ +
+
+
+ + + -- cgit v1.2.3