added a test page

master
BodgeMaster 2022-01-15 09:58:14 +01:00
parent 9380771938
commit 6fc19f6c5f
1 changed files with 12 additions and 0 deletions

12
src/user-agent.php Normal file
View File

@ -0,0 +1,12 @@
<html>
<head>
<titile> User Agent String Checker </title>
</head>
<body>
<p>
<?php
echo $_SERVER['HTTP_USER_AGENT'];
?>
</p>
</body>
</html>