init
This commit is contained in:
11
config.php
Normal file
11
config.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$GLOBALS['name'] = 'Cryply';
|
||||
$GLOBALS['web'] = 'https://cranepay.io';
|
||||
$GLOBALS['web_block'] = 'http://cryply-explorer.ml';
|
||||
$GLOBALS['email'] = 'info@cryply-explorer.ml';
|
||||
$GLOBALS['ip'] = '127.0.0.1';
|
||||
$GLOBALS['port'] = '48887';
|
||||
$GLOBALS['user'] = 'userrrr';
|
||||
$GLOBALS['pass'] = 'passss';
|
||||
$GLOBALS['timeFormat'] = 'Y-m-d, H:i:s';
|
||||
?>
|
||||
Reference in New Issue
Block a user