diff options
author | Adrian Lang <mail@adrianlang.de> | 2010-10-07 09:44:02 +0200 |
---|---|---|
committer | Adrian Lang <mail@adrianlang.de> | 2010-10-07 09:44:02 +0200 |
commit | d9c8ae6b7379d7b64d4817dbd5cca276b45a9dd5 (patch) | |
tree | 39c26d5412170ca4fa176962e60e9962dc643667 /install.php | |
parent | 2c053ed58376c6709596ab48fc40dceb90d4e89d (diff) | |
parent | 85dd53ceb1c2d9a7abe01b5ec50d155dcb142c59 (diff) | |
download | rpg-d9c8ae6b7379d7b64d4817dbd5cca276b45a9dd5.tar.gz rpg-d9c8ae6b7379d7b64d4817dbd5cca276b45a9dd5.tar.bz2 |
Merge branch 'master' into stable
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 5 |
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> |