Files

11 lines
177 B
Python
Raw Permalink Normal View History

2026-04-07 02:04:22 +05:30
#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