#53 résumé req/IPs par statut dans Erreurs 404 #54 titre onglet avec compteur non résolus #2 Tout/Aucun dans resize (tailles + formats) #7 backup filename affiché dans résultats resize #8 flash message résumé après upload #6 renommage inline sur preview_text + preview_other #23 filtre + tri par nom/taille/date dans corbeille #20 sélection multiple + batch restore/delete corbeille #45 /sitemap.xml (assets publics) #52 ignoreip fail2ban sync sur Ignorer/Retirer une IP #1 cairosvg>=2.7 dans requirements.txt #51 ignored_ips.json exclu du rsync --delete #48 as_cache/ exclu du rsync --delete Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
61 lines
1.8 KiB
HTML
Executable file
61 lines
1.8 KiB
HTML
Executable file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>ERROR 403 - Forbidden!</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="robots" content="noindex" />
|
|
<style type="text/css"><!--
|
|
body {
|
|
color: #444444;
|
|
background-color: #EEEEEE;
|
|
font-family: 'Trebuchet MS', sans-serif;
|
|
font-size: 80%;
|
|
}
|
|
h1 {}
|
|
h2 { font-size: 1.2em; }
|
|
#page{
|
|
background-color: #FFFFFF;
|
|
width: 60%;
|
|
margin: 24px auto;
|
|
padding: 12px;
|
|
}
|
|
#header {
|
|
padding: 6px ;
|
|
text-align: center;
|
|
}
|
|
.status3xx { background-color: #475076; color: #FFFFFF; }
|
|
.status4xx { background-color: #C55042; color: #FFFFFF; }
|
|
.status5xx { background-color: #F2E81A; color: #000000; }
|
|
#content {
|
|
padding: 4px 0 24px 0;
|
|
}
|
|
#footer {
|
|
color: #666666;
|
|
background: #f9f9f9;
|
|
padding: 10px 20px;
|
|
border-top: 5px #efefef solid;
|
|
font-size: 0.8em;
|
|
text-align: center;
|
|
}
|
|
#footer a {
|
|
color: #999999;
|
|
}
|
|
--></style>
|
|
</head>
|
|
<body>
|
|
<div id="page">
|
|
<div id="header" class="status4xx">
|
|
<h1>ERROR 403 - Forbidden!</h1>
|
|
</div>
|
|
<div id="content">
|
|
<h2>The following error occurred:</h2>
|
|
<p>You are not permitted to access the requested URL.</p>
|
|
<P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p>
|
|
</div>
|
|
<div id="footer">
|
|
<p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|