diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-09-09 15:58:33 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-09-09 15:58:33 +0200 |
commit | c95a5b7dd09aa1bd32e773cc1d582de72fb3e54c (patch) | |
tree | 79bfb2e869a3851139a2ce6e9b154a160ef9212d /inc | |
parent | c8b43921bbe0aa20ea79575a30dc3cd3c296c393 (diff) | |
download | rpg-c95a5b7dd09aa1bd32e773cc1d582de72fb3e54c.tar.gz rpg-c95a5b7dd09aa1bd32e773cc1d582de72fb3e54c.tar.bz2 |
use background image based data security check in admin
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php index 299795cc9..0bf5842ef 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1394,6 +1394,12 @@ function html_admin(){ ); } + // data security check + echo '<a style="background: transparent url(data/security.png) left top no-repeat; + display: block; width:380px; height:73px; border:none; float:right" + target="_blank" + href="http://www.dokuwiki.org/security#web_access_security"></a>'; + print p_locale_xhtml('admin'); // Admin Tasks |