/usr/share/l.v.e-manager/interworx/lvemanager/Ctrl/Nodeworx
<?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 */ function nav($a) { if($a == 'home') { $home = '<a href="manager" class="bold">[Home]</a>'; } else { $home = '<a href="manager">[Home]</a>'; } if($a == 'settings') { $accounts = '<a href="settings" class="bold">[Settings]</a>'; } else { $accounts = '<a href="settings">[Settings]</a>'; } if($a == 'stats') { $stats = '<a href="stats" class="bold">[Stats]</a>'; } else { $stats = '<a href="stats">[Stats]</a>'; } return '<center><img src="logo" /></center><br /><center>'.$home.' '.$accounts.' '.$stats.'</center><br /><br />'; } ?>
.
Edit
..
Edit
LVE.class.php
Edit
LveEdit.php
Edit
LveHistory.php
Edit
LveImage.php
Edit
LveLogo.php
Edit
LveManager.php
Edit
LveReset.php
Edit
LveSettings.php
Edit
LveStats.php
Edit
checkInput.php
Edit
logoCloudLinux.png
Edit
nav.php
Edit
roundMem.php
Edit
veParser.php
Edit
veProcParser.php
Edit