This commit is contained in:
bubasik
2019-02-04 11:00:54 +03:00
parent 4d92b6b396
commit d0cabc8d87
21 changed files with 452 additions and 1 deletions

11
config.php Normal file
View 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';
?>