mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-21 07:00:22 +02:00
Updating example plugin with pre_remove, static js, template file, and a model.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/CyberCP/bin/python
|
||||
RESET='\033[0;0m'
|
||||
BLUE="\033[0;34m"
|
||||
print(BLUE + "Running Post-Install Script..." + RESET)
|
||||
RESET = '\033[0;0m'
|
||||
BLUE = "\033[0;34m"
|
||||
print(BLUE + "Running Post-Install Script..." + RESET)
|
||||
|
||||
Reference in New Issue
Block a user