summaryrefslogtreecommitdiff
path: root/www-ssl/admin/debug.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-11 22:09:04 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-11 22:09:04 +0000
commitff0038827f5519c36cec899a472938811f7763ee (patch)
treea00b0d05a49df7665801ea88ad234f6d2d7fe6d8 /www-ssl/admin/debug.php
parentd083e84d8f671e3f60a8d05a6f46aa93ba44f330 (diff)
rename list.php in debug.php
git-svn-id: svn://svn.cccv.de/engel-system@46 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/debug.php')
-rwxr-xr-xwww-ssl/admin/debug.php34
1 files changed, 34 insertions, 0 deletions
diff --git a/www-ssl/admin/debug.php b/www-ssl/admin/debug.php
new file mode 100755
index 00000000..6ae8a336
--- /dev/null
+++ b/www-ssl/admin/debug.php
@@ -0,0 +1,34 @@
+<?PHP
+
+$title = "Debug-Liste";
+$header = "Datenbank-Auszug";
+include ("./inc/header.php");
+include ("./inc/funktion_db_list.php");
+
+
+/*
+echo "<h1>Raeume</h1> <br>";
+funktion_db_list("Raeume");
+
+echo "<h1>Schichtbelegung</h1> <br>";
+funktion_db_list("Schichtbelegung");
+
+echo "<h1>Schichtplan</h1> <br>Hier findest du alle bisher eingetragenen Schichten:";
+funktion_db_list("Schichtplan");
+
+echo "<h1>User</h1> <br>";
+funktion_db_list("User");
+
+echo "<h1>News</h1> <br>";
+funktion_db_list("News");
+
+echo "<h1>FAQ</h1> <br>";
+funktion_db_list("FAQ");
+
+*/
+
+echo "Deaktiviert";
+
+include ("./inc/footer.php");
+?>
+