From d998c78e4e129727d7d828bd087b58310bd39bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Wed, 22 Mar 2017 23:45:34 +0100 Subject: Divide existing code into modules and introduce display and config --- cgi-bin/config.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cgi-bin/config.py (limited to 'cgi-bin/config.py') 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') -- cgit v1.2.3