"$greeting auf " . SITE_NAME . "! Bitte beachte unsere Regeln und Richtlinien.", "type" => "system", "url_tos" => BASE_URL . "/include/tos.php", "url_dmca" => BASE_URL . "/include/dmca.php" ]; } else { // Statische MOTD $message = [ "message" => MOTD_STATIC_MESSAGE, "type" => MOTD_STATIC_TYPE, "url_tos" => MOTD_STATIC_URL_TOS, "url_dmca" => MOTD_STATIC_URL_DMCA ]; } // JSON-Ausgabe echo json_encode($message, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); ?>