better name, and include in menu

git-svn-id: http://www.observium.org/svn/observer/trunk@1333 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-10 12:31:19 +00:00
parent 85a3e5bf05
commit 84745fe2c1
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
<?php
if($_SESSION['userlevel'] == '10') {
echo("<pre>");
print_r($config);
echo("</pre>");
} else {
echo "<div class='errorbox'>Insufficient permissions to view this page.</div>";
}
?>