Updating example plugin with pre_remove, static js, template file, and a model.

This commit is contained in:
chris
2020-08-25 13:37:59 -04:00
parent 7040b3ee9e
commit 4230fd636e
8 changed files with 73 additions and 8 deletions

4
examplePlugin/pre_remove Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/local/CyberCP/bin/python
RESET = '\033[0;0m'
GREEN = '\033[0;32m'
print(GREEN + "Running Pre-Remove Script..." + RESET)