config2.php

来自「Mini File Host 是国外一款优秀的、免费的文件存储程序」· PHP 代码 · 共 12 行

PHP
12
字号
<?
//Edit this part!
$domain = "http://" . $_SERVER['HTTP_HOST'] . "/"; 	//your domain, eg "http://domain.com/upload/", add ending slash!
$name = "Your Site Name"; //your hosting name

//Optional (don't edit if you don't know what you are doing)
$max_size = 203600000000000000000000000000000000000;          			//max. allowed size
$max_size_mb = "2";					// max. allowed size IN MB 
$tsize = "300";						//thumbnails size (pixel)
$path = "images/";   					//your image path, where the images should be uploaded to
$tpath = "thumbs/";					//your thumbnails path
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?