Initial YakPanel commit

This commit is contained in:
Niranjan
2026-04-07 02:04:22 +05:30
commit 2826d3e7f3
5359 changed files with 1390724 additions and 0 deletions

10
script/mail_task.py Normal file
View File

@@ -0,0 +1,10 @@
#coding: utf-8
import os,sys
sys.path.insert(0,"/www/server/panel/class/")
try:
import send_to_user
msg=send_to_user.send_to_user()
msg.main()
except:
pass