403Webshell
Server IP : 150.230.34.123  /  Your IP : 216.73.217.23
Web Server : LiteSpeed
System : Linux amd-instance-20210802-1657 5.15.0-1042-oracle #48~20.04.1-Ubuntu SMP Mon Aug 21 18:27:46 UTC 2023 x86_64
User : ubuntu ( 1001)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/lsws/admin/html/view/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/lsws/admin/html/view/inc/configui.php
<?php

//ribbon breadcrumbs config
//array("Display Name" => "URL");
$breadcrumbs = array(
	//"Home" => '/'
);

/*navigation array config

ex:
"dashboard" => array(
	"title" => "Display Title",
	"url" => "http://yoururl.com",
	"url_target" => "_self",
	"icon" => "fa-home",
	"label_htm" => "<span>Add your custom label/badge html here</span>",
	"sub" => array() //contains array of sub items with the same format as the parent
)

*/

$page_nav = array(
		'dashboard' => array(
				'title' => DMsg::UIStr('menu_dashboard'),
				'url' => '#view/dashboard.php',
				'icon' => 'fa-home'),
		'serv' => array(
				'title' => DMsg::UIStr('menu_serv'),
				'icon' => 'fa-globe',
				'url' => '#view/confMgr.php?m=serv'),
		'sl' => array(
				'title' => DMsg::UIStr('menu_sl'),
				'icon' => 'fa-chain',
				'url' => '#view/confMgr.php?m=sl'),
		'vh' => array(
				'title' => DMsg::UIStr('menu_vh'),
				'icon' => 'fa-cubes',
				'url' => '#view/confMgr.php?m=vh'),
		'tp' => array(
				'title' => DMsg::UIStr('menu_tp'),
				'url' => '#view/confMgr.php?m=tp',
				'icon' => 'fa-files-o'),
		'tools' => array(
				'title' => DMsg::UIStr('menu_tools'),
				'icon' => 'fa-th',
				'sub' => array(
						'buildphp' => array(
								'title' => DMsg::UIStr('menu_compilephp'),
								'url' => '#view/compilePHP.php'),
						'logviewer' => array(
								'title' => DMsg::UIStr('menu_logviewer'),
								'url' => '#view/logviewer.php'),
						'stats' => array(
								'title' => DMsg::UIStr('menu_rtstats'),
								'url' => '#view/realtimestats.php'),
				)
		),
		'webadmin' => array(
				'title' => DMsg::UIStr('menu_webadmin'),
				'icon' => 'fa-gear',
				'sub' => array(
						'lg' => array(
								'title' => DMsg::UIStr('menu_general'),
								'url' => '#view/confMgr.php?m=admin'),
						'al' => array(
								'title' => DMsg::UIStr('menu_sl'),
								'url' => '#view/confMgr.php?m=al')
				)
		),
		'help' => array(
				'title' => DMsg::UIStr('menu_help'),
				'icon' => 'fa-book',
				'sub' => array(
						'docs' => array(
								'title' => DMsg::UIStr('menu_docs'),
								'url_target' => '_blank',
								'url' => DMsg::DocsUrl()),
						'guides' => array(
								'title' => DMsg::UIStr('menu_guides'),
								'url' => 'https://openlitespeed.org/kb/?utm_source=Open&utm_medium=WebAdmin',
								'url_target' => '_blank'),
						'devgroup' => array(
								'title' => DMsg::UIStr('menu_devgroup'),
								'url' => 'https://groups.google.com/forum/#!forum/openlitespeed-development',
								'url_target' => '_blank'),
						'releaselog' => array(
								'title' => DMsg::UIStr('menu_releaselog'),
								'url' => 'https://openlitespeed.org/release-log/?utm_source=Open&utm_medium=WebAdmin',
								'url_target' => '_blank'),
						'forum' => array(
								'title' => DMsg::UIStr('menu_forum'),
								'url' => 'https://forum.openlitespeed.org/?utm_source=Open&utm_medium=WebAdmin',
								'url_target' => '_blank'),
						'slack' => array(
								'title' => DMsg::UIStr('menu_slack'),
								'url' => 'https://www.litespeedtech.com/slack',
								'url_target' => '_blank'),
						'cloudimage' => array(
								'title' => DMsg::UIStr('menu_cloudimage'),
								'url' => 'https://docs.litespeedtech.com/cloud/?utm_source=Open&utm_medium=WebAdmin',
								'url_target' => '_blank'),
				)
		)


);

//configuration variables
$page_title = "";
$no_main_header = false; //set true for lock.php and login.php

$footer_lic_info = '
		Open LiteSpeed is an open source HTTP server.
				Copyright (C) 2013-2022  Lite Speed Technologies, Inc.

				This program is free software: you can redistribute it and/or modify
				it under the terms of the GNU General Public License as published by
				the Free Software Foundation, either version 3 of the License, or
				(at your option) any later version.

				This program is distributed in the hope that it will be useful,
				but WITHOUT ANY WARRANTY; without even the implied warranty of
				MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
				GNU General Public License for more details.

				You should have received a copy of the GNU General Public License
				along with this program.  If not, see http://www.gnu.org/licenses/ .

		';

Youez - 2016 - github.com/yon3zu
LinuXploit