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?
This commit is contained in:
Andreas Gohr 2010-09-09 15:39:55 +02:00
parent af1143b9ba
commit c8b43921bb
3 changed files with 5 additions and 0 deletions

BIN
data/security.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
data/security.xcf Normal file

Binary file not shown.

View File

@ -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>