Файл: IPBMafia.ru_IPB_3.4.6_Final_Rus _Nulled/board/upload/admin/setup/applications/upgrade/sections/license.php
Строк: 29
<?php
/**
* <pre>
* Invision Power Services
* IP.Board v3.4.6
* Installer: License Key
* Last Updated: $LastChangedDate: 2012-05-10 16:10:13 -0400 (Thu, 10 May 2012) $
* </pre>
*
* @author $Author: bfarber $
* @copyright (c) 2001 - 2009 Invision Power Services, Inc.
* @license http://www.invisionpower.com/company/standards.php#license
* @package IP.Board
* @link http://www.invisionpower.com
* @version $Rev: 10721 $
*
*/
class upgrade_license extends ipsCommand
{
/**
* Execute selected method
*
* @access public
* @param object Registry object
* @return @e void
*/
public function doExecute( ipsRegistry $registry )
{
IPSLib::updateSettings( array( 'ipb_reg_number' => darkLAE::getLicenseKey() ) );
$this->registry->autoLoadNextAction( 'upgrade' );
}
}