20 lines
363 B
PHP
20 lines
363 B
PHP
<?php
|
|
# Fuer debugging
|
|
error_reporting(E_ALL);
|
|
ini_set('display_errors', 1);
|
|
#echo __LINE__."<br>";
|
|
|
|
|
|
|
|
echo "
|
|
<html>
|
|
<head>
|
|
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">
|
|
<meta http-equiv=\"Pragma\" content=\"no-cache\">
|
|
<script src=\"livestat.js\"></script>
|
|
</head>
|
|
<body onload=showstate('')>
|
|
<div id=\"txtHint\"></div>";
|
|
|
|
|
|
?>
|