diff options
Diffstat (limited to 'www-ssl/admin')
-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"); ?> |