Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
$words = explode(" ", $info);
if($words[0] == 'PING') {
$words[1] = str_replace(":", "", $words[1]);
fwrite($sock, "PONG :".$words[1]."\n");
}