MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/www/india/wp-content/plugins/wptouch/admin/settings/html/plugin-compat-ajax.php
<?php require_once( WPTOUCH_DIR . '/core/settings.php' ); ?>
<?php $settings = wptouch_get_settings( 'compat' ); ?>
<?php global $wptouch_pro; ?>
<?php if ( is_array( $settings->plugin_hooks ) && count( $settings->plugin_hooks ) ) { ?>
	<ul>
	<?php foreach( $settings->plugin_hooks as $key => $value ) { ?>
		<li class="wptouch-settings">
		<label for="<?php echo $key; ?>">
			<input type="checkbox" value="<?php echo $key; ?>" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'compat', 'enabled_plugins' ); ?>[]"<?php if ( isset( $settings->enabled_plugins[ $key ] ) && $settings->enabled_plugins[ $key ] ) echo ' checked'; ?><?php if ( defined( 'WPTOUCH_IS_FREE' ) ) echo ' disabled'; ?> />
			<?php $friendly_name = $wptouch_pro->get_friendly_plugin_name( $key ); ?>
			<?php echo sprintf( __( 'Enable %s', 'wptouch-pro' ), $friendly_name); ?>
			<i class="wptouch-tooltip icon-info-sign" data-original-title="<?php echo sprintf( __( 'When unchecked, %s will be disabled for users viewing your WPtouch Pro theme.', 'wptouch-pro' ), $friendly_name ); ?>"></i>
		</label>
		</li>
	<?php } ?>
		</ul>
		<input type="checkbox" value="ignore" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'compat', 'enabled_plugins' ); ?>[]" checked <?php if ( defined( 'WPTOUCH_IS_FREE' ) ) echo ' disabled'; ?> style="display: none;" />

<?php } else { ?>
	<p><?php _e( 'No plugins to disable.', 'wptouch-pro' ); ?></p>
<?php } ?>