]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blob - modules/wwwcmds.py
- stub for proper handling of www functionality
[projects/pld-ftp-admin.git] / modules / wwwcmds.py
1 # vi: encoding=utf-8 ts=8 sts=4 sw=4 et
2
3 import wwwiface
4
5
6 def handlecmds(options):
7     if 'action' in options and options['action'] in actions:
8         pass
9     else:
10         pass
11
12
13 actions={}
14
This page took 0.020088 seconds and 3 git commands to generate.