Source for file index.php
Documentation is available at index.php
* "THE BEER-WARE LICENSE" (Revision 42):
* "Sven Strittmatter" <ausserirdisch@sven-space.de> wrote this file.
* As long as you retain this notice you can do whatever you want with
* this stuff. If we meet some day, and you think this stuff is worth it,
* you can buy me a beer in return.
* @copyright Copyright (c) 2006 Sven Strittmatter
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<title>StatServer</title>
<script src="js/prototype/prototype.js" type="text/javascript"></script>
<script src="js/cpaint/cpaint2.inc.js" type="text/javascript"></script>
<script src="js/statserver.js" type="text/javascript"></script>
<div id="status_table"></div>
|