mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
localized_js didn't use sessions
This commit is contained in:
+2
-3
@@ -2,9 +2,8 @@
|
|||||||
set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
|
set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
|
||||||
get_include_path());
|
get_include_path());
|
||||||
|
|
||||||
define('DISABLE_SESSIONS', true);
|
require_once "sessions.php";
|
||||||
|
require_once "functions.php";
|
||||||
require "functions.php";
|
|
||||||
header("Content-Type: text/plain; charset=UTF-8");
|
header("Content-Type: text/plain; charset=UTF-8");
|
||||||
|
|
||||||
function T_js_decl($s1, $s2) {
|
function T_js_decl($s1, $s2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user