diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-20 20:05:30 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-20 20:05:30 +0000 |
commit | 1540a5869ad675fa270dc0f5cdbd1b8c71448957 (patch) | |
tree | 53f42c537b3e4003daea68cb78e46fb50a6312be /www-ssl/admin/Recentchanges.php | |
parent | afb717cc545797702d4050073d302ab95327e163 (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-x | www-ssl/admin/Recentchanges.php | 12 |
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"); +?> + |