From f47f7fab7b52d7d1ac65c91b5bdb6b24398146c7 Mon Sep 17 00:00:00 2001 From: cookie Date: Thu, 17 Nov 2005 00:18:04 +0000 Subject: add counter show git-svn-id: svn://svn.cccv.de/engel-system@63 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/admin/debug.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www-ssl/admin') 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 "

Counter


"; +funktion_db_list("Counter"); /* echo "

Raeume


"; @@ -25,9 +27,8 @@ funktion_db_list("News"); echo "

FAQ


"; funktion_db_list("FAQ"); -*/ - echo "Deaktiviert"; +*/ include ("./inc/footer.php"); ?> -- cgit v1.2.3-54-g00ecf