📄 config2.php
字号:
<?
//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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -