Files
BlueLotus_XSSReceiver/config.php
firesun 795980ca02 Version 2.2
增加登录界面与登录校验
2015-10-29 00:59:57 +08:00

12 lines
296 B
PHP

<?php
if(!defined('IN_XSS_PLATFORM')) {
exit('Access Denied');
}
define('PASS', '2a05218c7aa0a6dbd370985d984627b8');//bluelotus
define('DATA_PATH', 'data');
define('ENABLE_ENCRYPT', true);
define('ENCRYPT_PASS', "bluelotus");
define('KEEP_SESSION', true);
define('IPDATA_PATH', "qqwry.dat");
?>