PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
osta
/
inc
<?php /* osta - Version info display for Theme Settings page Included from include/staff/theme.inc.php */ $installed_version = osta_get_installed_version(); $version_info = osta_check_version(); $base_version = THIS_VERSION; ?> <span class="code-green"><?php echo sprintf(__('You are running %1$s, built on osTicket %2$s.'), htmlspecialchars($installed_version), htmlspecialchars($base_version)); ?></span> <br /><br /> <?php if ($version_info): ?> <?php if ($installed_version === $version_info['latest']): ?> <span class="version-ok">✅ <?php echo __('You are up to date!'); ?></span> <?php else: ?> <?php if (!empty($version_info['urgent'])): ?> <span class="version-urgent">⚠️ <?php echo sprintf(__('Version %s is available.'), '<span class="version-number">' . htmlspecialchars($version_info['latest']) . '</span>'); ?> <?php echo sprintf(__('This update includes a security fix (%s). Please update as soon as possible!'), '<a href="' . htmlspecialchars($version_info['download']) . '">' . __('more info') . '</a>'); ?></span> <?php else: ?> <span class="version-update">ℹ️ <?php echo sprintf(__('Version %s is available.'), '<span class="version-number">' . htmlspecialchars($version_info['latest']) . '</span>'); ?></span> <div class="version-update-btn"><a href="<?php echo htmlspecialchars($version_info['download']); ?>"><?php echo __('Update Now'); ?></a></div> <?php endif; ?> <?php endif; ?> <?php endif; ?>
[+]
..
[-] client-foot.html
[edit]
[-] default-logo.html
[edit]
[-] back-button.html
[edit]
[-] client-head.html
[edit]
[-] setup-header.html
[edit]
[-] setup-foot.html
[edit]
[-] theme-button.html
[edit]
[-] staff-mobile-menu.html
[edit]
[-] staff-foot.html
[edit]
[-] database-reset-warning.html
[edit]
[-] keyboard-shortcuts.html
[edit]
[-] staff-head.html
[edit]
[-] setup-head.html
[edit]
[-] version-info.inc.php
[edit]
[-] .htaccess.disabled
[edit]