layer-8/public/images.php

8 lines
116 B
PHP
Raw Normal View History

<h1>Ab hier sind jetzt Bilder</h1>
2023-11-16 23:37:16 +01:00
<?php
include_once('../app/db_connector.php');
get_images($pdo);
?>