⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pub_settings.php

📁 一款文件上传程序
💻 PHP
字号:
<?php$this->_d=array (  'public_files_dir' => 'public/',  'public_files_url' => 'http://localhost/projects/cdupload/public/',  'enabled' => 1,  'allowed_filetypes' => 'jpeg,jpg,png,gif,bmp,mp3,txt,avi,wmv,mpg,mpeg,doc',  'max_file_size' => 1024,  'images_only' => 1,  'max_views' => 5000,  'max_bandwidth' => 1024,  'uploader_view' => 1,  'allow_thumbnails' => 1,  'thumb_small' => '100x125',  'thumb_large' => '120x180',  'thumb_border' => 0,);?>

⌨️ 快捷键说明

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