2015-10-13 00:07:10 +08:00
|
|
|
<?php
|
2015-10-27 12:26:59 +08:00
|
|
|
if(!defined('IN_XSS_PLATFORM')) {
|
|
|
|
|
exit('Access Denied');
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-29 00:57:57 +08:00
|
|
|
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);
|
2015-10-27 12:26:59 +08:00
|
|
|
define('IPDATA_PATH', "qqwry.dat");
|
2015-10-13 00:07:10 +08:00
|
|
|
?>
|