HEX
Server: Apache
System: Linux andromeda.lojoweb.com 4.18.0-372.26.1.el8_6.x86_64 #1 SMP Tue Sep 13 06:07:14 EDT 2022 x86_64
User: nakedfoamlojoweb (1056)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/cwd/wp-content/plugins/password-protect-page/includes/views/misc/view-ppw-misc.php
<div class="ppw_main_container wp_misc_tab">
	<form id="wpp_misc_common_form">
		<input type="hidden" id="ppw_misc_form_nonce"
		       value="<?php echo esc_attr( wp_create_nonce( PPW_Constants::GENERAL_FORM_NONCE ) ); ?>"/>
		<table class="ppwp_settings_table" cellpadding="4">
			<?php
			include PPW_DIR_PATH . 'includes/views/misc/view-ppw-protect-excerpt.php';
			include PPW_DIR_PATH . 'includes/views/misc/view-ppw-no-reload-page.php';
			do_action('ppwp_settings_advanced_top_options');
			?>
		</table>
		<?php submit_button();?>
	</form>
	<p>
		<hr>
	</p>
	<table class="ppwp_settings_table" cellpadding="4">
		<?php include PPW_DIR_PATH . 'includes/views/misc/view-ppw-restore-wp-password.php'; ?>
	</table>
	<?php do_action('ppw_render_misc_form'); ?>

</div>