SILENT KILLERPanel

Current Path: > > usr > local > lsws > > admin > html > > config


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/local/lsws//admin/html//config

NameTypeSizeLast ModifiedActions
confFooter.php File 442 bytes August 05 2025 14:49:11.
confHeader.php File 675 bytes August 05 2025 14:49:11.
confMgr.php File 466 bytes August 05 2025 14:49:11.

Reading File: //usr/local/lsws//admin/html//config/confHeader.php

<?php

$buf = GUI::header("{$confCenter->_serv->_id}: $page->_title")
		. GUI::top_menu()
		. GUI::left_menu();

$buf .= '<form name="confform" method="post" action="confMgr.php">'; // to avoid warning, put in echo

if(strlen($disp->_titleLabel)) {
	$buf .= '<div><h2>'.$disp->_titleLabel . '</h2></div>'."\n";
}

$buf .= '<div>
<!-- START TABS -->
<div class="xtab" ><ul>';

$uri = $disp->_ctrlUrl . 'm=' . urlencode($disp->_mid) . '&p=';

foreach ( $disp->_tabs as $pid => $tabName )
{
	$on = '';
	if ( $page->_id == $pid ){
		$on = 'class="on"';
	}

	$buf .= "<li $on><a href='{$uri}{$pid}'>{$tabName}</a></li>";

}

$buf .= '</ul></div>
<!-- END TABS -->
';

echo $buf;


SILENT KILLER Tool