mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
initial WIP for php8; bump php version requirement to 7.0
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
return $ERRORS;
|
||||
}
|
||||
|
||||
if ($_REQUEST['mode'] == 'js') {
|
||||
if ($_REQUEST['mode'] ?? "" == 'js') {
|
||||
header("Content-Type: text/javascript; charset=UTF-8");
|
||||
|
||||
print "var ERRORS = [];\n";
|
||||
|
||||
Reference in New Issue
Block a user