ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Validate External Links/Development/print_user_agent.php
Revision: 1139
Committed: Wed Aug 26 18:33:35 2020 UTC (5 years, 1 month ago) by iritscen
Original Path: Validate External Links/Development/print_agent.php
File size: 42 byte(s)
Log Message:
ValExtLinks: The 'I Just Broke All The Diff-Gazing' Commit. Revised file structure of the project and added the MIT license. Revised all documentation. HTTP and curl codes are now wiki-formatted and hosted online. In Val itself, I made these changes: Added --timeout argument to change default URL query timeout of 10 seconds. Revised the report header to be easier to read. Less advice is printed directly in the report and more is online at the location linked to under the Legend section.

File Contents

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