HEX
Server: Apache
System: Linux 4801f1b1.ptr.provps.com 6.17.8-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 13 18:02:25 EST 2025 x86_64
User: nassaugo (1004)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nassaugo/www/wp-content/plugins/tuxedo-big-file-uploads/templates/scan-start.php
<div class="card">
	<div class="card-body scan p-md-5">
		<div class="row justify-content-center mb-3 mt-3">
			<div class="col text-center">
				<h2><?php esc_html_e( 'Analyze Your Storage Usage', 'tuxedo-big-file-uploads' ); ?></h2>
				<p class="lead"><?php esc_html_e( "Run a free scan of your existing Media Library to analyze and visualize storage usage by file type.", 'tuxedo-big-file-uploads' ); ?></p>
			</div>
		</div>
		<div class="row justify-content-center mb-2">
			<div class="col-md-6 col-md-5 col-xl-4 text-center">
				<button class="btn text-nowrap btn-primary btn-lg" data-toggle="modal" data-target="#scan-modal"><?php esc_html_e( 'Run Scan', 'tuxedo-big-file-uploads' ); ?></button>
			</div>
		</div>
	</div>
</div>