From 27c69c2740eddfd8d459eff910260b804163f6e4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 20 Jan 2020 20:06:53 +0100 Subject: [PATCH] [ticket/10824] Move json sanitizer to json folder PHPBB3-10824 --- phpBB/phpbb/{json_sanitizer.php => json/sanitizer.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename phpBB/phpbb/{json_sanitizer.php => json/sanitizer.php} (100%) diff --git a/phpBB/phpbb/json_sanitizer.php b/phpBB/phpbb/json/sanitizer.php similarity index 100% rename from phpBB/phpbb/json_sanitizer.php rename to phpBB/phpbb/json/sanitizer.php