layer-8/public/images.php
2023-11-18 00:17:49 +01:00

8 lines
116 B
PHP

<h1>Ab hier sind jetzt Bilder</h1>
<?php
include_once('../app/db_connector.php');
get_images($pdo);
?>