ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Validate External Links/Development/print_user_agent.php
Revision: 1157
Committed: Sun May 9 21:53:48 2021 UTC (4 years, 5 months ago) by iritscen
File size: 42 byte(s)
Log Message:
ValExtLinks: Make sure that bad YT links count as NG. Various tweaks to project organization.

File Contents

# Content
1 <?php
2 echo $_SERVER['HTTP_USER_AGENT'];
3 ?>