diff --git a/front/maintenance.php b/front/maintenance.php index 177ec080..99e15650 100644 --- a/front/maintenance.php +++ b/front/maintenance.php @@ -5,8 +5,9 @@ // // devices.php - Front module. Server side. Manage Devices //------------------------------------------------------------------------------ -// Puche 2021 pi.alert.application@gmail.com GNU GPLv3 -// jokob-sk 2022 jokob.sk@gmail.com GNU GPLv3 +// Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +// jokob-sk 2022 jokob.sk@gmail.com GNU GPLv3 +// leiweibau 2022 https://github.com/leiweibau GNU GPLv3 //------------------------------------------------------------------------------ // Language selector config ---------------------------------------------------- @@ -16,7 +17,8 @@ // then accepted. // $pia_installed_langs = array('en_us', - 'de_de'); + 'de_de', + 'es_es'); // // In addition to this, the language must also be added to the select tag in // line 235. Later, the whole thing may become dynamic. @@ -160,13 +162,14 @@ if (submit && isset($_POST['langselector_set'])) { } ?> +

Status

-
+
@@ -204,39 +207,19 @@ if (submit && isset($_POST['langselector_set'])) {
- -