]> git.wh0rd.org - tt-rss.git/blame_incremental - classes/ihandler.php
it was probably not the best idea to use session_regenerate_id() right after session_...
[tt-rss.git] / classes / ihandler.php
... / ...
CommitLineData
1<?php
2interface IHandler {
3 function csrf_ignore($method);
4 function before($method);
5 function after();
6}