同步宝塔上的源码

This commit is contained in:
2025-06-27 21:04:18 +08:00
parent ebc39cd5dd
commit 16de87a864
4689 changed files with 59043 additions and 822 deletions

0
source/archiver/common/footer.php Normal file → Executable file
View File

2
source/archiver/common/header.php Normal file → Executable file
View File

@@ -13,7 +13,7 @@ ob_start();
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<base href="<?php echo $_G['siteurl']; ?>archiver/" />
<title><?php if(!empty($navtitle)): echo $navtitle.' - '; endif; if(empty($nobbname)): echo $_G['setting']['bbname'].' - '; endif;?> Powered by Discuz! Archiver</title>
<title><?php if(!empty($navtitle) && $navtitle != '论坛'): echo $navtitle.' - '; endif; if(empty($nobbname)): echo $_G['setting']['bbname'].' - '; endif;?> Archiver</title>
<?php echo $_G['setting']['seohead']; ?>
<meta name="keywords" content="<?php if(!empty($metakeywords)): echo dhtmlspecialchars($metakeywords); endif;?>" />

0
source/archiver/common/index.htm Normal file → Executable file
View File

0
source/archiver/forum/discuz.php Normal file → Executable file
View File

0
source/archiver/forum/forumdisplay.php Normal file → Executable file
View File

0
source/archiver/forum/index.htm Normal file → Executable file
View File

0
source/archiver/forum/viewthread.php Normal file → Executable file
View File

0
source/archiver/index.htm Normal file → Executable file
View File