webrtc.lostcave.ddnss.de/src/user-agent.php

13 lines
140 B
PHP

<html>
<head>
<title> User Agent String Checker </title>
</head>
<body>
<p>
<?php
echo $_SERVER['HTTP_USER_AGENT'];
?>
</p>
</body>
</html>