This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository www.

View the commit online.

commit 3f2286fe1228937dacda5e8fac967b9310ba11d5
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Tue Sep 15 18:48:11 2026 +0100

    add online php check
---
 public_html/online.php | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/public_html/online.php b/public_html/online.php
new file mode 100644
index 00000000..aeff7b4c
--- /dev/null
+++ b/public_html/online.php
@@ -0,0 +1,8 @@
+<?php
+ob_start();
+header("HTTP/1.1 200 OK");
+header("Content-Type: text/plain");
+header("X-Enlightenment-Service: Pants Online");
+print "OK";
+ob_end_flush();
+?>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to