Files
BlueLotus_XSSReceiver/config.php

12 lines
296 B
PHP
Raw Normal View History

2015-10-13 00:07:10 +08:00
<?php
if(!defined('IN_XSS_PLATFORM')) {
exit('Access Denied');
}
define('PASS', '2a05218c7aa0a6dbd370985d984627b8');//bluelotus
2015-10-13 00:07:10 +08:00
define('DATA_PATH', 'data');
define('ENABLE_ENCRYPT', true);
define('ENCRYPT_PASS', "bluelotus");
2015-10-17 11:05:09 +08:00
define('KEEP_SESSION', true);
define('IPDATA_PATH', "qqwry.dat");
2015-10-13 00:07:10 +08:00
?>