implement plugin routing masks, add example plugin
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
interface IHandler {
|
||||
function csrf_ignore($method);
|
||||
function before($method);
|
||||
function after();
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user