HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/lipovac/wp-content/plugins/Ultimate_VC_Addons/admin/resources.php
<div class="wrap bsf-page-wrapper ultimate-about">
	<div class="wrap-container">
		<div class="heading-section">
			<div class="bsf-pr-header bsf-left-header" style="margin-bottom: 55px;">
				<h2><?php echo __('Resources!','bsf'); ?></h2>
		    	<div class="bsf-pr-decription"><?php  _e('Resources used to improve your site with Google Fonts, Font Icons etc.','bsf'); ?></div>
		    </div>

		    <div class="right-logo-section">
				<div class="bsf-company-logo">
				</div><!--company-logo-->
			</div><!--right-logo-section-->
		</div>	<!--heading section-->

		<div class="inside bsf-wrap">
			<div class="container">
				<?php if(
					(isset($connects) && ($connects === true || $connects == 'true')) ||
					(!isset($connects))
				) : ?>
					<div class="col-sm-3 col-lg-3">
						<a class="resource-block-link" href="<?php echo admin_url('admin.php?page=contact-manager') ?>">
							<div class="resource-block-icon">
								<span class="dashicons dashicons-share"></span>
							</div>
							<div class="resource-block-content">
								<?php echo __('Connects', 'bsf') ?>
							</div>
						</a>
					</div><!--col-sm-3-->
				<?php endif; ?>

				<?php if(
					(isset($icon_manager) && ($icon_manager === true || $icon_manager == 'true')) ||
					(!isset($icon_manager))
				) : ?>
					<div class="col-sm-3 col-lg-3">
						<a class="resource-block-link" href="<?php echo admin_url('admin.php?page=bsf-font-icon-manager') ?>">
							<div class="resource-block-icon">
								<span class="dashicons dashicons-awards"></span>
							</div>
							<div class="resource-block-content">
								<?php echo __('Font Icon Manager', 'bsf') ?>
							</div>
						</a>
					</div><!--col-sm-3-->
				<?php endif; ?>

				<?php if(
					(isset($google_fonts) && ($google_fonts === true || $google_fonts == 'true')) ||
					(!isset($google_fonts))
				) : ?>
					<div class="col-sm-3 col-lg-3">
						<a class="resource-block-link" href="<?php echo admin_url('admin.php?page=bsf-google-font-manager') ?>">
							<div class="resource-block-icon">
								<span class="dashicons dashicons-edit"></span>
							</div>
							<div class="resource-block-content">
								<?php echo __('Google Fonts Manager', 'bsf') ?>
							</div>
						</a>
					</div><!--col-sm-3-->
				<?php endif; ?>
			</div><!--container-->

		</div><!--bsf-wrap-->
	</div><!--wrap-container-->
</div><!--wrap-->