8 lines
116 B
PHP
8 lines
116 B
PHP
<h1>Ab hier sind jetzt Bilder</h1>
|
|
|
|
<?php
|
|
include_once('../app/db_connector.php');
|
|
get_images($pdo);
|
|
?>
|
|
|