Initial commit
This commit is contained in:
20
livestat.php
Normal file
20
livestat.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?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>";
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user