/www/wwwroot/cloud.lincq.cn/代码整理/layui开发的云盘/config.php "/", "site_name" => " FILE", "title" => "LINCQ 静态资源站-CLOUD FILE", "keywords" => "林cq,lincq,共享资源,高速,目录列表,目录索引", "description" => "林cq静态资源站,共享资源高速下载。", "cnzz" => '站点统计代码' ); /********************************************************* * * 这里如果需要直接隐藏文件夹,可直接将文件夹命名为:hidden__* * * ******************************************************/ //首页除外需要忽略的目录或文件 $ignore = array( ".", "LICENSE" ); //首页需要忽略的目录或文件 $homeIgnore = array( ".", "..", ".htaccess", ".user.ini", "favicon.ico", "functions", "config.php", "index.php", "static", "template", ); //设置本地端口、IP、密码 $config = array( "localport" => "996", "allowip" => array( //"0.0.0.0", //注意设置为0.0.0.0则不限制IP "::1", "127.0.0.1", "192.168.1." ), "username" => "username", "password" => "password", "auth" => FALSE ); ?>