diff options
author | Erich Eckner <git@eckner.net> | 2018-09-28 15:48:45 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-28 15:48:45 +0200 |
commit | c1666bbbb90937b0c6444f1d60a9fbdcfc75abb6 (patch) | |
tree | 189ba318d9b16b3f7dd4fbb26641b2bfd5e3b5f5 /httpdocs | |
parent | fa6597e1cb308d9b76bff6e208c25e92055e89b0 (diff) | |
download | archive-server-c1666bbbb90937b0c6444f1d60a9fbdcfc75abb6.tar.xz |
httpdocs/index.php: add welcome message
Diffstat (limited to 'httpdocs')
-rw-r--r-- | httpdocs/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 <a href="https://git.eckner.net/Erich/archive-server/">archive server</a>!' . "\n"; +die(); |