您的位置:軟件測(cè)試 > 開源軟件測(cè)試 > 開源測(cè)試管理工具 > Testlink
testlink&mantis系列:Testlink配置修改
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時(shí)間:[ 2013/12/20 10:26:22 ] 推薦標(biāo)簽:

1. Testlink配置修改
1.1. config.inc.php
1.1.1. 日志路徑配置

/**

 *  @var string Path to store logs -

 *for security reasons (see http://itsecuritysolutions.org/2012-08-13-TestLink-1.9.3-multiple-vulnerabilities/)

 *put it out of reach via web or configure access denied.

 */

//$tlCfg->log_path = '/var/testlink/logs/'; /* unix example */

=>

$tlCfg->log_path = 'D:Program FilesEasyPHP-12.1www estlinklogs\';


1.1.2. 上傳文件路徑配置

/**

 * TL_REPOSITORY_TYPE_FS: the where the filesystem repository should be located

 * We recommend to change the directory for security reason.

 * (see http://itsecuritysolutions.org/2012-08-13-TestLink-1.9.3-multiple-vulnerabilities/)

 * Put it out of reach via web or configure access denied.

 *

 **/

//$g_repositoryPath = '/var/testlink/upload_area/';  /* unix example */

=》

$g_repositoryPath = 'D:Program FilesEasyPHP-12.1www estlinkupload_area\';


1.1.3. 配置檢查警告模式修改

There are security warnings for your consideration. See details on file: D:Program FilesEasyPHP-12.1www estlinklogsconfig_check.txt. To disable any reference to these checkings, set $tlCfg->config_check_warning_mode = 'SILENT';

/**

 * @var string How to warning user when security weak points exists.

 *

 * 'SCREEN': messages will displayed on login screen, and tl desktop (default)

 * 'FILE': a file with a list is created but users are not notified via GUI

 *         user will receive a message on screen.

 * 'SILENT': same that FILE, but user will not receive message on screen.

 */

//$tlCfg->config_check_warning_mode = 'FILE';

=》

$tlCfg->config_check_warning_mode = 'SILENT';

上一頁(yè)12下一頁(yè)
軟件測(cè)試工具 | 聯(lián)系我們 | 投訴建議 | 誠(chéng)聘英才 | 申請(qǐng)使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd