Update 'banner.php'

This commit is contained in:
Inaisoft 2021-12-10 21:05:07 +01:00
parent 43cd3bf03d
commit 56eae865ec
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# This is the banner PHP script for the Saku imageboard software I gave up on.
# I made it myself! (^▽^)
# It's licensed under the BSD Zero Clause License I guess.
$bannerdir = "banners";
$bannerdir = "banners"; # Directory containing the banner images.
$images = glob("$bannerdir/*.{jpg,png,gif}", GLOB_BRACE);
$ayu = 1;
foreach($images as $image)