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