Exemplo n.º 1
0
/**
 * WPИ-XM Server Stack
 * Copyright © 2010 - onwards, Jens-André Koch <*****@*****.**>
 * http://wpn-xm.org/
 *
 * This source file is subject to the terms of the MIT license.
 * For full copyright and license information, view the bundled LICENSE file.
 */
function index()
{
    $tpl_data = array('load_jquery_additionals' => true, 'components' => \Webinterface\Helper\Serverstack::getInstalledComponents(), 'windows_version' => \Webinterface\Helper\Serverstack::getWindowsVersion(), 'bitsize' => \Webinterface\Helper\Serverstack::getBitSizeString(), 'registry_updated' => \Webinterface\Helper\Updater::updateRegistry(), 'registry' => include WPNXM_DATA_DIR . 'wpnxm-software-registry.php');
    render('page-action', $tpl_data);
}