diff options
author | Gina Haeussge <gina@foosel.net> | 2010-06-26 18:25:41 +0200 |
---|---|---|
committer | Gina Haeussge <gina@foosel.net> | 2010-06-26 18:25:41 +0200 |
commit | 3f803e5e8df5f91507a14467a07e89271f9e4e8e (patch) | |
tree | 78a24b742efbf4773e2efe416274af1045324561 /inc/template.php | |
parent | b150cd2c5cb9ad4413773a774f6eaa17fbd3795e (diff) | |
download | rpg-3f803e5e8df5f91507a14467a07e89271f9e4e8e.tar.gz rpg-3f803e5e8df5f91507a14467a07e89271f9e4e8e.tar.bz2 |
FS#1878: Hide Dokuwiki version information from metadata and only show it to admins and manager in do=check. Also protected meta files README, VERSION and COPYING additionally to .ht*
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index 8847f788d..4d24c2191 100644 --- a/inc/template.php +++ b/inc/template.php @@ -255,7 +255,7 @@ function tpl_metaheaders($alt=true){ } // the usual stuff - $head['meta'][] = array( 'name'=>'generator', 'content'=>'DokuWiki '.getVersion() ); + $head['meta'][] = array( 'name'=>'generator', 'content'=>'DokuWiki'); $head['link'][] = array( 'rel'=>'search', 'type'=>'application/opensearchdescription+xml', 'href'=>DOKU_BASE.'lib/exe/opensearch.php', 'title'=>$conf['title'] ); $head['link'][] = array( 'rel'=>'start', 'href'=>DOKU_BASE ); |