1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:36:30 +00:00

opml: normalize class name

This commit is contained in:
Andrew Dolgov
2021-02-08 21:38:26 +03:00
parent d91eae9c7e
commit 07408ac222
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?php
class Opml extends Handler_Protected {
class OPML extends Handler_Protected {
function csrf_ignore($method) {
$csrf_ignored = array("export", "import");