summaryrefslogtreecommitdiff
path: root/classes/ihandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/ihandler.php')
-rw-r--r--classes/ihandler.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/classes/ihandler.php b/classes/ihandler.php
deleted file mode 100644
index 215143370..000000000
--- a/classes/ihandler.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-interface IHandler {
- function csrf_ignore(string $method): bool;
- function before(string $method): bool;
- function after(): bool;
-}