Files
BlueLotus_XSSReceiver/config.php
2015-10-13 00:07:10 +08:00

7 lines
108 B
PHP

<?php
define('DATA_PATH', 'data');
define('ENABLE_ENCRYPT', true);
define('ENCRYPT_PASS', "bluelotus");
?>