From 49027a3bad957e00c083c0265e1fcb86798634c6 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Mon, 27 May 2019 21:56:52 +0200 Subject: [PATCH] Bludit v3.9.0 --- bl-kernel/boot/init.php | 8 ++++---- lang.php | 29 ----------------------------- 2 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 lang.php diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index 2d005eaa..57af3d1c 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -1,10 +1,10 @@ $value) { - if (isset($spanish[$key])) { - $tmp[$key] = $spanish[$key]; - } else { - $tmp[$key] = $value; - } - } - - $json = json_encode($tmp, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT); - file_put_contents($out, $json); -}