Put sitename on debugging info (helpful when comparing two sites)

This commit is contained in:
martin 2002-09-19 14:59:47 +00:00
parent 08056730fa
commit 1e4d8ed1d2

View File

@ -5,6 +5,9 @@
if (isset($phpinfo)) { // For debugging purposes, protected by password
if (md5($phpinfo) == "caf9b6b99962bf5c2264824231d7a40c") {
if ($site = get_site()) {
print_heading("$site->fullname");
}
phpinfo();
exit;
}