]> git.wh0rd.org - tt-rss.git/blobdiff - public.php
pngcrush.sh
[tt-rss.git] / public.php
index 33f5af75713df54fad835da2bed0c3085428a223..7aebde78f378c7f1012cf122f2a727b878b9eb1f 100644 (file)
@@ -56,6 +56,5 @@
        }
 
        header("Content-Type: text/plain");
-       print json_encode(array("error" => array("code" => 7)));
-
+       print error_json(13);
 ?>