added a test page
parent
9380771938
commit
6fc19f6c5f
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<titile> User Agent String Checker </title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<?php
|
||||
echo $_SERVER['HTTP_USER_AGENT'];
|
||||
?>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue