7 lines
108 B
PHP
7 lines
108 B
PHP
<?php
|
|
|
|
define('DATA_PATH', 'data');
|
|
define('ENABLE_ENCRYPT', true);
|
|
define('ENCRYPT_PASS', "bluelotus");
|
|
|
|
?>
|