HEX
Server: LiteSpeed
System: Linux cde2.duelhost.dk 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: dtptviut (1121)
PHP: 8.0.30
Disabled: exec,system,passthru,shell_exec,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/dtptviut/domains/findfliserens.dk/private_html/wp-content/plugins/nitropack/view/admin.php
<script>
	let nitroNonce = '<?php echo wp_create_nonce( NITROPACK_NONCE ); ?>';
</script>
<div id="nitropack-container">
	<nav class="nitro-navigation">
		<div class="nitro-navigation-inner">
				<img src="<?php echo NITROPACK_PLUGIN_DIR_URL . 'assets/img/nitropack_wp_logo.svg'; ?>" alt="NitroPack" />
		</div>
	</nav>

	<main id="main">
		<div class="container">
			<?php 
			$passed_onboarding = get_option( 'nitropack-onboardingPassed');
			if ( !$passed_onboarding && !empty( $_GET['onboarding'] ) ) {
				require_once NITROPACK_PLUGIN_DIR . "view/preview-site.php";
			} else if ( ! isset( $_GET['subpage'] ) ) {
				require_once NITROPACK_PLUGIN_DIR . "view/dashboard.php";
			} if ( isset( $_GET['subpage'] ) && $_GET['subpage'] == 'system-report' ) : ?>
				<?php require_once NITROPACK_PLUGIN_DIR . "view/system-report.php";
				?>
			<?php endif; ?>			
		</div>
	</main>
	<?php require_once NITROPACK_PLUGIN_DIR . 'view/templates/template-toast.php'; ?>
</div>

<?php if ( NITROPACK_SUPPORT_BUBBLE_VISIBLE ) { ?>
	<div class="support-widget">
		<!-- support widget -->
		<script>
			window.intercomSettings = {
				api_base: "https://api-iam.intercom.io",
				app_id: "d5v9p9vg"
			};

			(function () {
				var w = window;
				var ic = w.Intercom;
				if (typeof ic === "function") {
					ic('reattach_activator');
					ic('update', w.intercomSettings);
				} else {
					var d = document;
					var i = function () {
						i.c(arguments);
					};
					i.q = [];
					i.c = function (args) {
						i.q.push(args);
					};
					w.Intercom = i;
					var l = function () {
						var s = d.createElement('script');
						s.type = 'text/javascript';
						s.async = true;
						s.src = 'https://widget.intercom.io/widget/d5v9p9vg';
						var x = d.getElementsByTagName('script')[0];
						x.parentNode.insertBefore(s, x);
					};
					if (document.readyState === 'complete') {
						l();
					} else if (w.attachEvent) {
						w.attachEvent('onload', l);
					} else {
						w.addEventListener('load', l, false);
					}
				}
			})();
		</script>
		<!-- end support widget -->
	</div>
<?php } ?>