12 lines
296 B
PHP
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");
|
|
?>
|