11 lines
224 B
PHP
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",
|
|
}
|