您的位置:软件测试 > 开源软件测试 > 开源测试管理工具 > Testlink
testlink&mantis系列:Testlink配置修改
作者:网络转载 发布时间:[ 2013/12/20 10:26:22 ] 推荐标签:

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';

上一页12下一页
软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd