You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
699 B
23 lines
699 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<?php dupxTplRender('pages-parts/boot-error/header'); ?>
|
|
<body id="page-security-error" >
|
|
<div>
|
|
<h2>DUPLICATOR: SECURITY CHECK</h2>
|
|
An invalid request was made.<br>
|
|
Message: <b><?php echo htmlspecialchars($message); ?></b><br>
|
|
<br>
|
|
In order to protect this request from unauthorized access <b>please restart this install process</b>.<br/>
|
|
<small>Reopen your browser and browse to the http(s)://yoursite.com/[hash]_installer.php file again.</small>
|
|
</div>
|
|
</body>
|
|
</html>
|