Skip to content
Snippets Groups Projects
Commit c8b43921 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

image based data security check in the installer FS#2020

should we replace the previous javascript based check in the admin
interface with this one as well?
parent af1143b9
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -110,6 +110,10 @@ header('Content-Type: text/html; charset=utf-8');
print "</div>\n";
}
?>
<a style="background: transparent url(data/security.png) left top no-repeat;
display: block; width:380px; height:73px; border:none; clear:both;"
target="_blank"
href="http://www.dokuwiki.org/security#web_access_security"></a>
</div>
<div style="float: left; width: 58%;">
......@@ -137,6 +141,7 @@ header('Content-Type: text/html; charset=utf-8');
?>
</div>
<div style="clear: both">
<a href="http://dokuwiki.org/"><img src="lib/tpl/default/images/button-dw.png" alt="driven by DokuWiki" /></a>
<a href="http://www.php.net"><img src="lib/tpl/default/images/button-php.gif" alt="powered by PHP" /></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment