moved overview.js import handler to enterprise

This commit is contained in:
gabryon99 2020-06-16 10:59:31 +02:00
parent 63dc081b1b
commit c2c763c2c1
5 changed files with 12 additions and 18 deletions

View file

@ -2306,6 +2306,7 @@ function haveAdminPrivileges(isJsonResponse)
if (isJson) then
local json = require("dkjson")
sendHTTPContentTypeHeader('application/json')
print(json.encode({}))
else
local page_utils = require("page_utils")