Skip to content

Commit c4d427d

Browse files
committed
1.46.02 release
1 parent 0eedc4a commit c4d427d

File tree

10 files changed

+15
-14
lines changed

10 files changed

+15
-14
lines changed

app/controller/explorer/seo.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ public function makeFooter(){
4040
* 3. 外链分享文件夹列表;
4141
*/
4242
public function siteMap(){
43-
if($this->config['settings']['allowSEO'] != 1){
43+
if($this->config['settings']['allowSEO'] != 1){ // keep=1
4444
header('HTTP/1.1 404 Not Found');
4545
return show_tips("Not allow robots!");
4646
}
47+
if(!defined("USER_ID")){define("USER_ID",0);}
4748
switch(ST){
4849
case 'index': $this->shareList();exit;break;
4950
case 'share': $this->shareView(ACT);exit;break;

app/sdks/archiveLib/bin/data.bin

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/app/dist/api.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/lib.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/sdk.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/vendor.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/style/dist/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/style/dist/sdk.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/style/lib/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)