Files
BlueLotus_XSSReceiver/config.php
firesun 51513e2f05 Version 2.2.2
增加注销按钮
完善注释
2015-10-30 22:46:04 +08:00

17 lines
503 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
if(!defined('IN_XSS_PLATFORM')) {
exit('Access Denied');
}
//默认密码bluelotus
define('PASS', '2a05218c7aa0a6dbd370985d984627b8');
//记录封禁ip列表存放位置
define('DATA_PATH', 'data');
//开启对记录封禁ip列表的AES加密
define('ENABLE_ENCRYPT', true);
//加密密码
define('ENCRYPT_PASS', "bluelotus");
//是否启用KEEP_SESSION功能需要外部定时访问keepsession.php
define('KEEP_SESSION', true);
//ip数据库地址
define('IPDATA_PATH', "qqwry.dat");
?>