upl_settings.php

来自「一款文件上传程序」· PHP 代码 · 共 22 行

PHP
22
字号
<?php
$this->_d=array (
  'uploader_url' => 'http://localhost/projects/cdupload/',
  'uploader_view' => 1,
  'userfiles_dir' => 'files/',
  'userfiles_url' => 'http://localhost/projects/cdupload/files/',
  'reg' => 1,
  'regmsg' => 'Registration has been disabled',
  'm' => 0,
  'm_msg' => 'The uploader is down for maintenance, we will be back up shortly. Sorry for the inconvenience.',
  'approval' => 1,
  'activation_req' => 1,
  'browsing' => 'reg',
  'filetypes' => 'php,php3,phtml,htaccess,htpasswd,cgi,pl,asp,aspx,cfm',
  'email' => 'celerondude@gmail.c0m',
  'notify_reg' => 0,
  'log' => 2,
  'tpl' => 'default2',
  'wm' => 'user',
  'wm_path' => 'data/watermark.png',
);
?>

⌨️ 快捷键说明

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