diff options
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 |