From c1666bbbb90937b0c6444f1d60a9fbdcfc75abb6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 28 Sep 2018 15:48:45 +0200 Subject: httpdocs/index.php: add welcome message --- httpdocs/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httpdocs/index.php') diff --git a/httpdocs/index.php b/httpdocs/index.php index 88b4b09..f912908 100644 --- a/httpdocs/index.php +++ b/httpdocs/index.php @@ -83,3 +83,5 @@ if (isset($_GET['r'])) { } +print 'Hi, this is an archive server!' . "\n"; +die(); -- cgit v1.2.3-54-g00ecf