summaryrefslogtreecommitdiff
path: root/cgi-bin/config.py
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-03-22 23:45:34 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-03-22 23:45:34 +0100
commitd998c78e4e129727d7d828bd087b58310bd39bb0 (patch)
tree41e22fa673430a6bf3bf497e546e7d3be9e24b83 /cgi-bin/config.py
parent0cc775ee2a3d32564b9c9edf952d335f157d18f6 (diff)
downloadhnizdo-d998c78e4e129727d7d828bd087b58310bd39bb0.tar.gz
hnizdo-d998c78e4e129727d7d828bd087b58310bd39bb0.tar.bz2
Divide existing code into modules and introduce display and config
Diffstat (limited to 'cgi-bin/config.py')
-rw-r--r--cgi-bin/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi-bin/config.py b/cgi-bin/config.py
new file mode 100644
index 0000000..9c1426f
--- /dev/null
+++ b/cgi-bin/config.py
@@ -0,0 +1,2 @@
+datadir='img/'
+special = ('index', 'latest')