aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-04-22 13:57:51 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-04-22 13:57:51 +0200
commit1c9cc347b096b2536b229ef0e0d1551090e8ed70 (patch)
treee5130d0cbd55dc13e2fa35e3fce465c53076d739 /config.def.h
parent2790f410b553d63965b654a3248cbff51121e5e3 (diff)
downloadpacredir-1c9cc347b096b2536b229ef0e0d1551090e8ed70.tar.gz
pacredir-1c9cc347b096b2536b229ef0e0d1551090e8ed70.tar.zst
redirect to project website if no file is given
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index ce0c142..d439350 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,6 +8,9 @@
#ifndef _CONFIG_H
#define _CONFIG_H
+/* website url */
+#define WEBSITE "https://github.com/eworm-de/paccache/"
+
/* This is used for default documents. Usually you will not see this anyway. */
#define PAGE307 "<html><head><title>307 temporary redirect</title>" \
"</head><body>307 temporary redirect: " \