summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-15 08:11:01 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-15 08:11:01 +0300
commit84b2da85a1b452922dadb6a609533b9945afe51d (patch)
tree6ffb8e4d2a294385380332a8c148b153ed55975b /core
parenta584bf73b6d64dad98f150caba0f25e790cde010 (diff)
downloadclassroom-84b2da85a1b452922dadb6a609533b9945afe51d.tar.gz
classroom-84b2da85a1b452922dadb6a609533b9945afe51d.tar.bz2
classroom-84b2da85a1b452922dadb6a609533b9945afe51d.zip
several user-namagement tests and updates
Diffstat (limited to 'core')
-rw-r--r--core/classes/Render.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/classes/Render.php b/core/classes/Render.php
index 401178d..75f46d5 100644
--- a/core/classes/Render.php
+++ b/core/classes/Render.php
@@ -154,6 +154,11 @@
header("Cache-Control: no-cache, must-revalidate");
}
echo json_encode($data, JSON_UNESCAPED_UNICODE);
+
+ // NOTE:
+ // after Rendering a JSON ...
+ // you probably do not need to export anything else;
+ die();
}