diff options
-rw-r--r-- | cgi-bin/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/config.py b/cgi-bin/config.py index 3c66f3c..de855dd 100644 --- a/cgi-bin/config.py +++ b/cgi-bin/config.py @@ -1,4 +1,4 @@ datadir='img/' -root='hnizdo/' +root='' special = ('index', 'latest') pagination = 30 |