mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-12 04:27:39 +02:00
update to 6.8.37
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#coding: utf-8
|
||||
import os,sys
|
||||
os.chdir('/www/server/panel')
|
||||
sys.path.insert(0,'class/')
|
||||
import panelWarning,public,json
|
||||
args = public.dict_obj()
|
||||
result = panelWarning.panelWarning().get_list(args)
|
||||
print(json.dumps(result))
|
||||
Reference in New Issue
Block a user