#!/usr/bin/env python3 import html import cgi import funct import sql form = cgi.FieldStorage() serv = form.getvalue('serv') funct.head("Runtime API") funct.check_login() funct.check_config() print('

Runtime API

' '' '' '' '' '' '' '' '' '' '' '' '' '
ServerDisable/Enable server or output any informationCommandSave change
' '
' '
' '' '' '' '' '' 'Enter' '
' '
' '
') funct.footer()