summaryrefslogtreecommitdiff
path: root/www-ssl/admin/Recentchanges.php
diff options
context:
space:
mode:
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");
+?>
+