diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-17 00:18:04 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-17 00:18:04 +0000 |
commit | f47f7fab7b52d7d1ac65c91b5bdb6b24398146c7 (patch) | |
tree | 29112452b433c307a75b6f401151adb272fad8fb | |
parent | 04eee9aef5b0020f47a48b2bd7f74f5bc8231985 (diff) |
add counter show
git-svn-id: svn://svn.cccv.de/engel-system@63 29ba0400-6e00-0410-a75a-ca02368028f8
-rwxr-xr-x | www-ssl/admin/debug.php | 5 |
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"); ?> |