13 lines
196 B
PHP
13 lines
196 B
PHP
|
<?PHP
|
||
|
|
||
|
$title = "ChangeLog";
|
||
|
$header = "Datenbank-Auszug";
|
||
|
include ("./inc/header.php");
|
||
|
include ("./inc/funktion_db_list.php");
|
||
|
|
||
|
funktion_db_list("ChangeLog");
|
||
|
|
||
|
include ("./inc/footer.php");
|
||
|
?>
|
||
|
|