Updating example plugin zip file, python3 is default utf8

and added in pre/post examples
This commit is contained in:
chris
2020-08-11 02:13:50 -04:00
parent cd593be291
commit 50dfd644e0
12 changed files with 16 additions and 22 deletions

View File

@@ -3,6 +3,7 @@ from django.http import HttpResponse
from websiteFunctions.signals import postWebsiteDeletion
from plogical.CyberCPLogFileWriter import CyberCPLogFileWriter as logging
# This plugin respond to an event after CyberPanel core finished deleting a website.
# Original request object is passed, body can be accessed with request.body.