summaryrefslogtreecommitdiff
path: root/lib/format.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-10 14:16:44 +0200
committerErich Eckner <git@eckner.net>2018-07-10 14:16:44 +0200
commitd5cf1bf5a6c0925f9e3815f9b6c33b26a5b67b06 (patch)
tree15bade50841fcafd9debc34cc998b6778c955ba0 /lib/format.php
parent85bb823dc9f4a4fadec77f7ce51ab202c3c7bf81 (diff)
downloadarchweb32-d5cf1bf5a6c0925f9e3815f9b6c33b26a5b67b06.tar.xz
lib/format.php: "All" content type
Diffstat (limited to 'lib/format.php')
-rw-r--r--lib/format.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/format.php b/lib/format.php
index 1440b64..00e8296 100644
--- a/lib/format.php
+++ b/lib/format.php
@@ -8,6 +8,11 @@ require_once "../init.php";
include_once BASE . "/lib/http.php";
function export_as_requested($content) {
+ if (isset($content["All"])) {
+ $content["json"]=$content["All"];
+ $content["tsv"]=$content["All"];
+ unset($content["All"]);
+ }
if (isset($content["json"]) && isset($_GET["json"])) {
header ("Content-type: application/json");
print json_encode(