mlbtv2/index.php

6 lines
282 B
PHP
Raw Normal View History

2024-01-10 17:30:16 +00:00
<?php
$img_array = glob('images/*.{gif,jpg,png,jpeg,webp,bmp}', GLOB_BRACE);
if(count($img_array) == 0) die(<>ҵ<EFBFBD>ͼƬ<CDBC>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>һЩͼƬ<CDBC><C6AC> '.dirname(__FILE__).'/images/ <20>ļ<EFBFBD><C4BC><EFBFBD>');
header('Content-Type: image/png');
echo(file_get_contents($img_array[array_rand($img_array)]));
?>