1.5.php

You are running the file /webroot/l/a/langs001/primary/www/php/c1/1.5.php.

You are viewing this page using: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com).

You are using an Apache/2.4.41 (CentOS) OpenSSL/1.0.2k-fips mod_vhost_ldap/2.4.0 webserver.

# Script 1.5
$file = $_SERVER['SCRIPT_FILENAME'];
$user = $_SERVER['HTTP_USER_AGENT'];
$server = $_SERVER['SERVER_SOFTWARE'];

//Print the name of the file
echo "<p>You are running the file <strong>$file</strong>.</p>\n";

//Print the user's info
echo "<p>You are viewing this page using: <strong>$user</strong>.</p>\n";

//Print the server
echo "<p>You are using an <strong>$server</strong> webserver.</p>";