First (real) commit... I hope.

This commit is contained in:
Xkeeper
2011-11-09 22:35:59 -08:00
parent 21a0695224
commit aee0a574c0
254 changed files with 12422 additions and 1 deletions

11
perfdata.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
require 'lib/function.php';
require 'lib/layout.php';
if (!$isadmin) { die(); }
print "$header<br>";
print adminlinkbar("perfdata.php");