]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- add logs_list
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Jun 2009 03:26:46 +0000 (03:26 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Jun 2009 03:26:46 +0000 (03:26 +0000)
Changed files:
    modules/config.py -> 1.16

modules/config.py

index 46a0bcc275ec9f526c4b19de557190efe9410b21..762e0b36fe0bb4d1b3493741353615b338bd8582 100644 (file)
@@ -35,6 +35,11 @@ if 'sign_key' in value:
 else:
     sign_key = None
 
+if 'logs_list' in value:
+    logs_list = value['logs_list']
+else:
+    logs_list = None
+
 if 'signed_trees' in value:
     signed_trees = value['signed_trees'].split(' ')
 else:
This page took 0.031409 seconds and 4 git commands to generate.