This commit is contained in:
sunson 2024-11-30 17:49:12 +08:00
parent 8d2a63aea7
commit fc53a73ecc
2 changed files with 7 additions and 2 deletions

View File

@ -3,3 +3,8 @@
就一个文件,超级简单的图床程序。
simple image web
使用的扩展如下:
date
json
random

View File

@ -1,5 +1,5 @@
<?php
$base_upload_dir = __DIR__ . '/s/'; // 如存放在当前程序目录下直接/ 即可如果其他目录前后都要/包含,如:/s/
$base_upload_dir = __DIR__ . '/o/'; // 如存放在当前程序目录下直接/ 即可如果其他目录前后都要/包含,如:/s/
$max_filename_length = 180; // 最大文件名长度