diff --git a/config/config.php b/config/config.php index b484c9a..c24a410 100755 --- a/config/config.php +++ b/config/config.php @@ -10,7 +10,7 @@ @set_time_limit(600);//10min pathInfoMuti,search,upload,download... @ini_set('session.cache_expire',600); @ini_set("display_errors","on"); -@error_reporting(E_ERROR|E_WARING|E_PARSE); +@error_reporting(E_ERROR|E_WARNING|E_PARSE); //error_reporting(E_ALL); function P($path){return str_replace('\\','/',$path);} diff --git a/config/setting.php b/config/setting.php index d32fd5b..277edd3 100755 --- a/config/setting.php +++ b/config/setting.php @@ -21,7 +21,7 @@ $config['setting_system_default'] = array( 'system_name' => "KodExplorer", 'system_desc' => "——芒果云.资源管理器", 'path_hidden' => ".DS_Store,.gitignore",//目录列表隐藏的项 - 'auto_login' => "1", // 是否自动登录;登录用户为guest + 'auto_login' => "0", // 是否自动登录;登录用户为guest 'first_in' => "explorer", // 登录后默认进入[explorer desktop,editor] 'new_user_app' => "365日历,pptv直播,ps,qq音乐,搜狐影视,时钟,天气,水果忍者,计算器,豆瓣电台,音悦台,icloud", 'new_user_folder' => "download,music,image,desktop", diff --git a/config/version.php b/config/version.php index 5d5676a..5c4063b 100755 --- a/config/version.php +++ b/config/version.php @@ -1,2 +1,2 @@ _make_file_proxy($this->path); - $host = $_SERVER['server_name']; + $host = $_SERVER['HTTP_HOST']; //微软接口调用的预览 if (strstr($host,'10.10.') || strstr($host,'192.168.')|| diff --git a/data/User/admin/home/desktop/index.html b/data/User/admin/home/desktop/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/admin/home/desktop/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/admin/home/download/index.html b/data/User/admin/home/download/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/admin/home/download/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/admin/home/image/index.html b/data/User/admin/home/image/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/admin/home/image/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/admin/home/music/index.html b/data/User/admin/home/music/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/admin/home/music/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/admin/recycle/index.html b/data/User/admin/recycle/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/admin/recycle/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/demo/home/desktop/index.html b/data/User/demo/home/desktop/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/demo/home/desktop/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/demo/home/download/index.html b/data/User/demo/home/download/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/demo/home/download/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/demo/home/image/index.html b/data/User/demo/home/image/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/demo/home/image/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/demo/home/music/index.html b/data/User/demo/home/music/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/demo/home/music/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/demo/recycle/index.html b/data/User/demo/recycle/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/demo/recycle/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/guest/home/desktop/index.html b/data/User/guest/home/desktop/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/guest/home/desktop/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/guest/home/download/index.html b/data/User/guest/home/download/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/guest/home/download/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/guest/home/image/index.html b/data/User/guest/home/image/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/guest/home/image/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/guest/home/music/index.html b/data/User/guest/home/music/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/guest/home/music/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/User/guest/recycle/index.html b/data/User/guest/recycle/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/User/guest/recycle/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/public/index.html b/data/public/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/public/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/public/test/index.html b/data/public/test/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/public/test/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/temp/index.html b/data/temp/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/temp/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/data/thumb/index.html b/data/thumb/index.html new file mode 100644 index 0000000..ba1202a --- /dev/null +++ b/data/thumb/index.html @@ -0,0 +1,10 @@ + + + + + Untitled Document + + + + + diff --git a/static/style/bootstrap.css b/static/style/bootstrap.css index f4eb2de..3795085 100755 --- a/static/style/bootstrap.css +++ b/static/style/bootstrap.css @@ -35,6 +35,7 @@ body, input, textarea{-webkit-font-smoothing: antialiased;font-smoothing: antial .tips_box i{padding: 0 6px;font-size: 15px;} .tips_box .tips_close{font-size: 22px;padding-left: 10px;color: #fff;cursor: pointer;pointer-events:all;} .tips_box .tips_close:hover{color: #f30;border-bottom: none;text-decoration: none;} +body div.dialog-simple .aui_titleBar { width:100%;position:relative;bottom:0;height:100%;} /*editor*/ /*.tabs .ace_editor{font-family:Consolas,Monaco,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Lucida Console,monospace,Courier New;}*/