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/public_html/wp-content/plugins/nitropack/view/modals/modal-processing-html.php
<?php 
$modal_header = esc_html__( 'Optimizing your home page', 'nitropack' );
?>
<div id="processing-html-modal" data-modal-backdrop="dynamic" tabindex="-1" aria-hidden="true"
	class="hidden modal-wrapper popup-modal">
	<div class="popup-container">
		<div class="popup-inner">
			<!-- Modal header -->
			<div class="popup-header">			
				<h3><?php echo $modal_header; ?></h3>
			</div>
			<!-- Modal body -->
			<div class="popup-body">
				<div id="optimization-animation"></div>
				<script>
					lottie.loadAnimation({
						container: document.getElementById('optimization-animation'),
						renderer: 'svg',
						loop: true,
						autoplay: true,
						path: '<?php echo NITROPACK_PLUGIN_DIR_URL . 'assets/animations/setting-html.json'; ?>'
					});
				</script>
				<p class="text-center">
					<?php _e( 'This may take up to 1 minute ...', 'nitropack' ); ?>
				</p>
			</div>
		</div>
	</div>
</div>