]> git.wh0rd.org Git - tt-rss.git/commitdiff
disable sessions properly in localized_js.php (closes #181)
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 30 Nov 2007 05:00:28 +0000 (06:00 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 30 Nov 2007 05:00:28 +0000 (06:00 +0100)
localized_js.php

index c05034be0dd41f56dd4e083123cd3c0b2dbdc3bf..fbfdd4123f5e17f55950663a50f50da5c433423f 100644 (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");