Просмотр файла release_fix#2/data/mgates-config.php

Размер файла: 382B
<?php

	$mgates_params = array();

	$mgates_params['ID'] = 84;							// Your game ID
	$mgates_params['URL'] = 'http://mgates.ru/api/';	// API URL
	$mgates_params['SECRET'] = 'steel';					// Your secret word
	$mgates_params['LOG'] = 'mgates.log';				// Filename for error's log

/*
	$mgates_params['PROXY'] = 'tcp://'.'proxy:8080';	// Proxy server if you have one
*/

?>