blob: 564c9e9627c6105cab72dd609a7a4dd99bc0b4bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
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");
?>
|