summaryrefslogtreecommitdiff
path: root/www-ssl/admin/Recentchanges.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-20 20:05:30 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-20 20:05:30 +0000
commit1540a5869ad675fa270dc0f5cdbd1b8c71448957 (patch)
tree53f42c537b3e4003daea68cb78e46fb50a6312be /www-ssl/admin/Recentchanges.php
parentafb717cc545797702d4050073d302ab95327e163 (diff)
changelog in einzelnes file gepackt
git-svn-id: svn://svn.cccv.de/engel-system@163 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/Recentchanges.php')
-rwxr-xr-xwww-ssl/admin/Recentchanges.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/www-ssl/admin/Recentchanges.php b/www-ssl/admin/Recentchanges.php
new file mode 100755
index 00000000..564c9e96
--- /dev/null
+++ b/www-ssl/admin/Recentchanges.php
@@ -0,0 +1,12 @@
+<?PHP
+
+$title = "ChangeLog";
+$header = "Datenbank-Auszug";
+include ("./inc/header.php");
+include ("./inc/funktion_db_list.php");
+
+funktion_db_list("ChangeLog");
+
+include ("./inc/footer.php");
+?>
+