Files
RegattenApp/client/scripts/strings.js.php
2020-09-21 21:06:16 +02:00

11 lines
224 B
PHP

<?php
header('Content-Type: text/javascript');
require_once(__DIR__ . '/../../server/config.php');
?>
const strings = {
inetMsgOffline: "Keine Internet-Verbindung erkannt",
inetMsgOnline: "Du bist wieder online",
}