Browse Source

常规修改

tags/6.2.0
xushubieli 2 years ago
parent
commit
cfb6a54b1a
7 changed files with 16 additions and 30 deletions
  1. +1
    -1
      .gitignore
  2. +1
    -1
      README.md
  3. +10
    -13
      src/data/config.file.inc.php
  4. +0
    -1
      src/data/downmix.data.inc
  5. +1
    -1
      src/data/safe/inc_safe_config.php
  6. +0
    -7
      src/data/safequestions.php
  7. +3
    -6
      src/data/template.rand.php

+ 1
- 1
.gitignore View File

@@ -49,4 +49,4 @@ src/static/js/*.js
src/apps/special/*.html
src/static/flink/*.png
src/static/rss/*.xml
src/a/baidunews.xml
src/a/baidunews.xml

+ 1
- 1
README.md View File

@@ -129,4 +129,4 @@ WEBSITE:

![微信公众号:dedebiz](docs/dedebiz_wechat_qr.jpg)

- 邮箱:support#dedebiz.com
- 邮箱:support#dedebiz.com

+ 10
- 13
src/data/config.file.inc.php View File

@@ -1,23 +1,21 @@
<?php
/*---------------------------------------------------------------------------------------------
文件远程发布目录更新配置(config.file.inc.php)
说明:本文件主要用于系统后台[生成]-[自动任务]-[远程服务器同步]
中的文件夹自定义更新配置所用,使用时候如果有特定目录需要进行同
步,则需要在这个文件中进行配置,配置方式如下:
$remotefile[] = array(
'filedir' => '/yourdir', //同步文件夹目录
'description' => '这里是文件夹说明',
'dfserv' => '0', //默认服务器选项,可以在系统后台[系统设置]-[服务器分布/远程 ]中配置
'state' => '0', //同步状态,0:未同步 1:已同步
);
文件远程发布目录更新配置(config.file.inc.php)
说明:本文件主要用于系统后台[生成]-[自动任务]-[远程服务器同步]
中的文件夹自定义更新配置所用,使用时候如果有特定目录需要进行同
步,则需要在这个文件中进行配置,配置方式如下:
$remotefile[] = array(
'filedir' => '/yourdir', //同步文件夹目录
'description' => '这里是文件夹说明',
'dfserv' => '0', //默认服务器选项,可以在系统后台[系统设置]-[服务器分布/远程 ]中配置
'state' => '0', //同步状态,0:未同步 1:已同步
);
-----------------------------------------------------------------------------------------------*/
global $remotefile;
$remotefile = array();
//以下是必备同步配置项
//@start_config 不要改动下面<>结构
#<s_config>
$remotefile[0] = array(
'filedir'=>'/a',
'description'=>'文档HTML默认保存路',
@@ -75,5 +73,4 @@ $remotefile[7] = array(
'issystem'=>0
);
#<e_config>
?>

+ 0
- 1
src/data/downmix.data.inc View File

@@ -2,5 +2,4 @@
//以下为手工指定的混淆串
#织梦内容管理系统
#dedebiz.com
#copyright dedebiz
?>

+ 1
- 1
src/data/safe/inc_safe_config.php View File

@@ -9,5 +9,5 @@ $safe_codelen = '4';
$safe_faq_reg = '0';
$safe_faq_send = '0';
$safe_faq_msg = '1';
$safe_faqs = 'a:4:{i:1;a:2:{s:8:"question";s:37:"您最喜欢的网建程序是什么";s:6:"answer";s:7:"DedeCMS";}i:2;a:2:{s:8:"question";s:6:"1+11=?";s:6:"answer";s:2:"12";}i:3;a:2:{s:8:"question";s:59:"中国哪项体育运动最让人听着伤心,看着揪心?";s:6:"answer";s:6:"足球";}i:4;a:2:{s:8:"question";s:29:"<img src="/images/dede.gif"/>";s:6:"answer";s:24:"织梦内容管理系统";}}';
$safe_faqs = 'a:4:{i:1;a:2:{s:8:"question";s:37:"您最喜欢的网建程序是什么";s:6:"answer";s:7:"DedeBIZ";}i:2;a:2:{s:8:"question";s:6:"1+11=?";s:6:"answer";s:2:"12";}i:3;a:2:{s:8:"question";s:59:"中国哪项体育运动最让人听着伤心,看着揪心?";s:6:"answer";s:6:"足球";}i:4;a:2:{s:8:"question";s:29:"<img src="/static/web/img/favicon.ico">";s:6:"answer";s:24:"织梦内容管理系统";}}';
?>

+ 0
- 7
src/data/safequestions.php View File

@@ -2,10 +2,7 @@
//安全提示问题,这两句不要修改
$safequestions = array();
$safequestions[0] = '没安全提示问题';
//下面的设置可以手工修改
//start****************************
$safequestions[1] = '您最喜欢的格言什么';
$safequestions[2] = '您家乡的名称是什么';
$safequestions[3] = '您读的小学叫什么';
@@ -13,9 +10,6 @@ $safequestions[4] = '您的父亲叫什么名字';
$safequestions[5] = '您的母亲叫什么名字';
$safequestions[6] = '您最喜欢的偶像是谁';
$safequestions[7] = '您最喜欢的歌曲是什么';
//end****************************
//以下不要修改
function GetSafequestion($selid=0,$formname='safequestion')
{
@@ -29,5 +23,4 @@ function GetSafequestion($selid=0,$formname='safequestion')
$safequestions_form .= "</select>\r\n";
return $safequestions_form;
}
?>

+ 3
- 6
src/data/template.rand.php View File

@@ -1,11 +1,8 @@
<?php
//这个值为 0 表示关闭此设置, 为 1 表示开启
//这个值为 0 表示关闭此设置,为 1 表示开启
$cfg_tamplate_rand = 0;
//模板数组,如果需要增加,按这个格式增加或修改即可(必须确保这些模板是存在的),并且数量必须为2个或以上
//模板数组,如果需要增加,按这个格式增加或修改即可,必须确保这些模板是存在,并且数量必须为2个或以上
$cfg_tamplate_arr[] = 'article_article.htm';
$cfg_tamplate_arr[] = 'article_article1.htm';
$cfg_tamplate_arr[] = 'article_article2.htm';
?>
?>

Loading…
Cancel
Save