summaryrefslogtreecommitdiff
path: root/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'public.php')
-rw-r--r--public.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/public.php b/public.php
index 33f5af757..7aebde78f 100644
--- a/public.php
+++ b/public.php
@@ -56,6 +56,5 @@
}
header("Content-Type: text/plain");
- print json_encode(array("error" => array("code" => 7)));
-
+ print error_json(13);
?>