Update 'banner.php'
This commit is contained in:
parent
43cd3bf03d
commit
56eae865ec
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue