mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 22:01:30 +00:00
comment labels block in backend.php
This commit is contained in:
@@ -2201,6 +2201,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
// We need to accept raw SQL data in label queries, so not everything is escaped
|
||||
// here, this is by design. If you don't like the whole idea, disable labels
|
||||
// altogether with GLOBAL_ENABLE_LABELS = false
|
||||
|
||||
if ($op == "pref-labels") {
|
||||
|
||||
if (!GLOBAL_ENABLE_LABELS) {
|
||||
|
||||
Reference in New Issue
Block a user