HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 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/info.viitorcloud.in/wp-content/themes/infoviitorcloud/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.2
 */

$copytext = get_field('footer_copy_right_text','option');
$social = get_field('social_icons','option');
$version = get_field('version','option');
?>

		</div><!-- #content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<section class="footer container-fluid">
				<?php if(!empty($copytext)){ ?>
				<div class="copyright-box">
					&copy; <?php echo date('Y'); ?> <?php echo $copytext; ?>
				</div>
				<?php } ?>
				<?php if(have_rows('social_icons','option')): ?>
					<div class="social-icon-box">
						<ul>
							<?php while(have_rows('social_icons','option')) : the_row(); 
								$icon = get_sub_field('social_icon');
								$link = get_sub_field('social_link');
								if(!empty($icon) && !empty($link) ){?>
		                  			<li><a href="<?php echo $link ?>" rel="noopener" target="_blank" title="<?php echo $icon ?>"><i class="fa fa-<?php echo $icon ?>" aria-hidden="true"></i><span class="<?php echo $icon ?>"></span></a></li>
		                  		<?php } ?>
		                  	<?php endwhile; ?>
	               		</ul>
					</div>
				<?php endif; ?>
				<?php if(!empty($version)) { ?>
				<div class="version-box"><?php echo $version; ?>
    			</div>
    			<?php } ?>
			</section>
		</footer><!-- #colophon -->
	</div><!-- .site-content-contain -->
</div><!-- #page -->
<?php wp_footer(); ?>
<?php global $current_user;
get_currentuserinfo(); if ($current_user->ID == '46') { 
?>
<style>
.technologies-section {display:none;}
</style>
<?php } ?>
</body>
</html>