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

📄 config.lasso

📁 站长俱乐部新闻发布程序 采用全新代码设计,完全不同于国内所有程序 采用国际流行的左右栏风格,清爽简洁 适合于有国际业务的企业,个人网站,工作室,追求简单风格,内容少的网站使用 IE和Fi
💻 LASSO
字号:
[//lasso



    
	var('connection') = array(
		-username='xxxxxxxx',
		-password='xxxxxxxx'
	);


    /*.....................................................................     
    Set the base path for files that users can upload and browse (relative
    to server root).
    
    Set which file extensions are allowed and/or denied for each file type.                                                                           
    */                                                                          
	var('config') = map(
	    'Enabled' = true,
		'UserFilesPath' = '/UserFiles/',
		'Subdirectories' = map(
			'File' = 'File/',
			'Image' = 'Image/',
			'Flash' = 'Flash/',
			'Media' = 'Media/'
		),
		'AllowedExtensions' = map(
			'File' = array(),
			'Image' = array('jpg','gif','jpeg','png'),
			'Flash' = array('swf','fla'),
			'Media' = array('swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg')
		),
		'DeniedExtensions' = map(
			'File' = array('php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','lasso','lassoapp'),
			'Image' = array(),
			'Flash' = array(),
			'Media' = array()
		)
	);
]

⌨️ 快捷键说明

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