diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-04-16 20:12:50 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-04-16 20:12:50 +0000 |
commit | c61fa7ffc639403a7ec85e735f4452e9dfcf2983 (patch) | |
tree | 32d33952bf7e5385d7b768d80e09cde60c40ee9f /www-ssl | |
parent | 95f565691e7f8fb4b61db86e2ddd611f7275efab (diff) |
anzeieg der changes
git-svn-id: svn://svn.cccv.de/engel-system@115 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/admin/debug.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-ssl/admin/debug.php b/www-ssl/admin/debug.php index aaf1bcb4..27781ce5 100755 --- a/www-ssl/admin/debug.php +++ b/www-ssl/admin/debug.php @@ -41,6 +41,9 @@ for ($i=0; $i<$rowcount; $i++) echo mysql_result($Erg, $i, 1). "x '". mysql_result($Erg, $i, 0). "'<br>\n"; +echo "<h1>ChangeLog</h1> <br>"; +funktion_db_list("ChangeLog"); + include ("./inc/footer.php"); ?> |