LS-AI-img-gen / index_asc.php
Andre
“Update”
6420441
raw
history blame contribute delete
214 Bytes
<?php
include 'gallery_functions.php';
$imageDirectory = 'images/';
$imageOrder = 'asc';
$images = getImages($imageDirectory, $imageOrder); // 'asc' or 'desc'
include 'gallery_content.php';
?>