diff --git a/proxmaster.py b/proxmaster.py index 28410e5..11cf68f 100644 --- a/proxmaster.py +++ b/proxmaster.py @@ -14,16 +14,12 @@ import plugin config = ioconfig.parser logger = ioconfig.logger - def welcome(): - """displays motd in log as welcome message""" - logger.info('# proxmaster ][ (c) 2015-2017 deflax.net #') - + logger.info('# proxmaster ][ (c) 2015-2018 deflax.net #') def selector(fn, req): """ try to exec commands """ json = req.context['doc'] - #print(json) apipass = json['apikey'] if apipass != config.get('general', 'apipass'): status = falcon.HTTP_403