Файл: IPBMafia.ru_IPB_3.4.6_Final_Rus _Nulled/board/upload/admin/sources/loginauth/ipsconnect/acp.php
Строк: 27
<?php
/**
* @file acp.php IPS Connect - ACP Settings
*
* $Copyright: $
* $License: $
* $Author: mark $
* $LastChangedDate: 2011-04-06 04:34:47 -0400 (Wed, 06 Apr 2011) $
* $Revision: 8267 $
* @since 18th July 2012
*/
$config = array(
array(
'key' => 'master_url',
'title' => 'Master URL',
'description' => "Введите URL к файлу ipsconnect.php ведущего сервера.<br />Если ведущий сервер IPS Community Suite, то эту информацию можно найти на странице управления модулями авторизации."
),
array(
'key' => 'master_key',
'title' => 'Master Key',
'description' => "If the Master is an IPS Community Suite installation, this information can be found in the Log In Management screen."
)
);