Add Probe HTTP Command

more_events
Alvaro Neira Ayuso 2019-12-12 18:34:35 +01:00 committed by Alvaro Neira Ayuso
parent 72e93be46f
commit 6479530bf5
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ class ogProcess():
elif ("reboot" in URI):
self.process_reboot()
return 1
elif ("probe" in URI):
return 1
return 0