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