summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-09-09 15:39:55 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-09-09 15:39:55 +0200
commitc8b43921bbe0aa20ea79575a30dc3cd3c296c393 (patch)
tree1fd35601a88edec87bb7be6047b3faeb4361e38b /install.php
parentaf1143b9baf567c913ce2450abc3f77b22206589 (diff)
downloadrpg-c8b43921bbe0aa20ea79575a30dc3cd3c296c393.tar.gz
rpg-c8b43921bbe0aa20ea79575a30dc3cd3c296c393.tar.bz2
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?
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.php b/install.php
index 5a53070a0..d118737a5 100644
--- a/install.php
+++ b/install.php
@@ -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>