layer-8/public/image.php
2024-11-14 22:59:55 +01:00

8 lines
168 B
PHP
Executable File

<h1 class='cat_heading'>> chosen file type: image<br>&nbsp;&nbsp;listing files...</h1>
<?php
include_once('../app/db_connector.php');
get_images($pdo);
?>