mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 22:01:30 +00:00
disable sessions properly in localized_js.php (closes #181)
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
error_reporting(E_ERROR | E_WARNING | E_PARSE);
|
||||||
|
define('DISABLE_SESSIONS', true);
|
||||||
|
|
||||||
require "functions.php";
|
require "functions.php";
|
||||||
header("Content-Type: text/plain; charset=UTF-8");
|
header("Content-Type: text/plain; charset=UTF-8");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user