summaryrefslogtreecommitdiff
path: root/www-ssl/admin
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-17 00:18:04 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-17 00:18:04 +0000
commitf47f7fab7b52d7d1ac65c91b5bdb6b24398146c7 (patch)
tree29112452b433c307a75b6f401151adb272fad8fb /www-ssl/admin
parent04eee9aef5b0020f47a48b2bd7f74f5bc8231985 (diff)
add counter show
git-svn-id: svn://svn.cccv.de/engel-system@63 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-xwww-ssl/admin/debug.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-ssl/admin/debug.php b/www-ssl/admin/debug.php
index 6ae8a336..917e4a32 100755
--- a/www-ssl/admin/debug.php
+++ b/www-ssl/admin/debug.php
@@ -5,6 +5,8 @@ $header = "Datenbank-Auszug";
include ("./inc/header.php");
include ("./inc/funktion_db_list.php");
+echo "<h1>Counter</h1> <br>";
+funktion_db_list("Counter");
/*
echo "<h1>Raeume</h1> <br>";
@@ -25,9 +27,8 @@ funktion_db_list("News");
echo "<h1>FAQ</h1> <br>";
funktion_db_list("FAQ");
-*/
-
echo "Deaktiviert";
+*/
include ("./inc/footer.php");
?>