pull/109/head
midoks 7 years ago
parent 904a538322
commit 9c6811a9cf
  1. 4
      class/public.py
  2. 1
      views/plugins.py

@ -6,6 +6,10 @@ import time
import string import string
def runDir():
return os.getcwd()
def M(table): def M(table):
import db import db
sql = db.Sql() sql = db.Sql()

@ -77,6 +77,7 @@ def list():
@plugins.route("/install", methods=['POST']) @plugins.route("/install", methods=['POST'])
def install(): def install():
name = request.form['name'] name = request.form['name']
if name.strip() == '': if name.strip() == '':
return '' return ''

Loading…
Cancel
Save