1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

localized_js didn't use sessions

This commit is contained in:
Andrew Dolgov 2013-03-25 12:34:53 +04:00
parent 41e26a3e07
commit 90856743c3

View File

@ -2,9 +2,8 @@
set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
get_include_path());
define('DISABLE_SESSIONS', true);
require "functions.php";
require_once "sessions.php";
require_once "functions.php";
header("Content-Type: text/plain; charset=UTF-8");
function T_js_decl($s1, $s2) {