mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:25:54 +00:00
rework class system to use subdirectories
add placeholder plugin/hook system
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class Article extends Protected_Handler {
|
||||
class Article extends Handler_Protected {
|
||||
|
||||
function csrf_ignore($method) {
|
||||
$csrf_ignored = array("redirect");
|
||||
|
||||
Reference in New Issue
Block a user