Initial YakPanel commit
This commit is contained in:
9
script/mysql_quota.py
Normal file
9
script/mysql_quota.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/www/server/panel/pyenv/bin/python
|
||||
#coding: utf-8
|
||||
import os,sys
|
||||
os.chdir("/www/server/panel")
|
||||
sys.path.insert(0,"class/")
|
||||
sys.path.insert(0,"/www/server/panel/")
|
||||
from projectModel.quotaModel import main
|
||||
p = main()
|
||||
p.mysql_quota_check()
|
||||
Reference in New Issue
Block a user