1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:05:55 +00:00

disable sessions properly in localized_js.php (closes #181)

This commit is contained in:
Andrew Dolgov
2007-11-30 06:00:28 +01:00
parent 3de99e6b6c
commit 3b1390d5ea

View File

@@ -1,4 +1,7 @@
<?php
error_reporting(E_ERROR | E_WARNING | E_PARSE);
define('DISABLE_SESSIONS', true);
require "functions.php";
header("Content-Type: text/plain; charset=UTF-8");