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/extension-browser.php
<?php if ( !wptouch_can_cloud_install( false ) ) { ?>
	<div class="cloud-update-issue"><i class="icon-cloud"></i> <?php echo sprintf( __( 'Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory.', 'wptouch-pro' ), '<br />', '<a href="https://support.wptouch.com/support/solutions/articles/5000525305-themes-or-extensions-cannot-be-downloaded">', '</a>', 'extensions' ); ?></div>
<?php } ?>
<ul class="cloud-browser">
	<?php while ( wptouch_has_addons( true ) ) { ?>
		<?php wptouch_the_addon(); ?>
			<?php if ( !wptouch_is_addon_in_cloud() ) { ?>
				<?php include( 'extension-browser-item.php' ); ?>
			<?php } ?>
	<?php } ?>

	<li id="wptouch-addon-browser-load-ajax">
		<div class="load"><span class="text"><?php _e( 'Loading Cloud Extensions', 'wptouch-pro' ); ?>&hellip;</span></div>
	</li>
</ul>