Astra Security
This commit is contained in:
33
libraries/plugins/phpMussel/vault/template_custom.html
Normal file
33
libraries/plugins/phpMussel/vault/template_custom.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!doctype html>
|
||||
<html lang="{xmlLang}" xml:lang="{xmlLang}" dir="{textDir}">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="{css_url}/theme.min.css" />
|
||||
<link rel="stylesheet" href="{css_url}/theme.colors.css" />
|
||||
<link rel="shortcut icon" type="image/png" href="data:image/png;base64,{favicon}" />
|
||||
<title>phpMussel</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="wrapper_inner">
|
||||
<hr />
|
||||
<div id="results">
|
||||
<div id="denied">{denied}</div>
|
||||
<div id="denied_reason">{denied_reason}</div>
|
||||
</div>
|
||||
<div id="detected">{detected}</div>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<div id="footer_inner">
|
||||
<div id="generated_by">{generated_by} </div>
|
||||
<div id="phpmusselversion">{phpmusselversion}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user