From e74c33a20fc13e5ea7507f617f201fd521e2d8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9B=E6=81=A9=E5=BD=B1=E9=9F=B3=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=AE=A4?= <119514614+jinenge@users.noreply.github.com> Date: Wed, 25 Oct 2023 00:09:54 +0800 Subject: [PATCH] Rename bizhi.php to index.php --- bizhi.php => index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bizhi.php => index.php (97%) diff --git a/bizhi.php b/index.php similarity index 97% rename from bizhi.php rename to index.php index 261e897..2c4aa88 100644 --- a/bizhi.php +++ b/index.php @@ -3,4 +3,4 @@ $img_array = glob('bzhi/*.{gif,jpg,png,jpeg,webp,bmp}', GLOB_BRACE); if(count($img_array) == 0) die('没找到图片文件。请先上传一些图片到 '.dirname(__FILE__).'/bzhi/ 文件夹'); header('Content-Type: image/png'); echo(file_get_contents($img_array[array_rand($img_array)])); -?> \ No newline at end of file +?>