engelsystem/www-ssl/admin/Recentchanges.php

13 lines
196 B
PHP
Executable File

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