Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
var
/
www
/
ridazz
/
notadmin
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//var/www/ridazz/notadmin/themes.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * * @version $Id$ * @package phpMyAdmin */ /** * get some globals */ require_once './libraries/common.inc.php'; /* Theme Select */ $path_to_themes = $cfg['ThemePath'] . '/'; /* set language and charset */ require_once './libraries/header_http.inc.php'; /* HTML header */ $page_title = 'phpMyAdmin - ' . $strTheme; require './libraries/header_meta_style.inc.php'; ?> <script type="text/javascript" language="javascript"> // <![CDATA[ function takeThis(what){ if (window.opener && window.opener.document.forms['setTheme'].elements['set_theme']) { window.opener.document.forms['setTheme'].elements['set_theme'].value = what; window.opener.document.forms['setTheme'].submit(); self.close(); } else { alert('<?php echo sprintf($strNoThemeSupport, $cfg['ThemePath']); ?>'); self.close(); } } // ]]> </script> </head> <body id="bodythemes"> <h1>phpMyAdmin - <?php echo $strTheme; ?></h1> <p><a href="http://www.phpmyadmin.net/home_page/themes.php#pma_<?php echo preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSION); ?>"><?php echo $strGetMoreThemes; ?></a></p> <?php $_SESSION['PMA_Theme_Manager']->printPreviews(); ?> </body> </html>