layer-8/public/image.php

8 lines
166 B
PHP
Raw Normal View History

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