Files
CyberPanel/examplePlugin/pre_remove

5 lines
127 B
Plaintext
Raw Normal View History

2025-08-01 14:56:30 +05:00
#!/usr/local/CyberCP/bin/python
RESET = '\033[0;0m'
GREEN = '\033[0;32m'
print(GREEN + "Running Pre-Remove Script..." + RESET)