summaryrefslogtreecommitdiff
path: root/www-ssl/admin/debug.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/debug.php')
-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");
?>