@ -6,6 +6,10 @@ import time
import string
def runDir():
return os.getcwd()
def M(table):
import db
sql = db.Sql()
@ -77,6 +77,7 @@ def list():
@plugins.route("/install", methods=['POST'])
def install():
name = request.form['name']
if name.strip() == '':
return ''