12 lines
357 B
PHP
12 lines
357 B
PHP
<?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';
|
|
?>
|