You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-21 12:34:01 +08:00
@@ -5,11 +5,12 @@ import os
|
||||
import sys
|
||||
from bottle import route, run, hook, response, request, error
|
||||
|
||||
import api_funct
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||
sys.path.append(os.path.join(sys.path[0], '/var/www/haproxy-wi/app/'))
|
||||
|
||||
import api_funct
|
||||
import sql
|
||||
|
||||
_error_auth = '403 Auth before'
|
||||
|
||||
Reference in New Issue
Block a user