Hacked By AnonymousFox

Current Path : /usr/share/l.v.e-manager/panelless-version/lvemanager/
Upload File :
Current File : //usr/share/l.v.e-manager/panelless-version/lvemanager/widget.php

<?php
/**
 * Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved
 *
 * Licensed under CLOUD LINUX LICENSE AGREEMENT
 * http://cloudlinux.com/docs/LICENSE.TXT
 */
?>
<ul>
<?php
require_once('LveManager.php');
$manager = new LveManager();
foreach($manager->availableProducts() as $item){?>
        <li>
            <a href="<?=$manager->getBaseUrl()?><?= $item['link'] ?>"><?= $item['name'] ?></a>
        </li>
<?php }
?>
</ul>

Hacked By AnonymousFox1.0, Coded By AnonymousFox