1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:45:56 +00:00

editarticletags: load dialog via XHR

This commit is contained in:
Andrew Dolgov
2020-09-15 18:47:19 +03:00
parent 0706a328a4
commit 42b5564d1e
2 changed files with 39 additions and 42 deletions

View File

@@ -1,12 +1,6 @@
<?php
class Article extends Handler_Protected {
function csrf_ignore($method) {
$csrf_ignored = array("editarticletags");
return array_search($method, $csrf_ignored) !== false;
}
function redirect() {
$id = clean($_REQUEST['id']);