Ignore:
Timestamp:
Dec 30, 2009, 3:42:23 PM (14 years ago)
Author:
pweaver
Message:

Moved all code for service messages to unauth.make

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/main.py

    r2811 r2814  
    5252    @cherrypy.tools.mako(filename="/unauth.mako")
    5353    def index(self):
    54         d = dict(simple=True)
    55         if os.path.exists("/etc/invirt/message"):
    56             f = open('/etc/invirt/message')
    57             d['serviceMessage']= f.read()
    58         return d
     54        return dict(simple=True)
    5955
    6056class InvirtWeb(View):
Note: See TracChangeset for help on using the changeset viewer.