8 lines
166 B
PHP
8 lines
166 B
PHP
|
<h1 class='cat_heading'>> chosen file type: image<br> listing files:</h1>
|
||
|
|
||
|
<?php
|
||
|
include_once('../app/db_connector.php');
|
||
|
get_images($pdo);
|
||
|
?>
|
||
|
|