diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2010-01-13 09:40:30 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2010-01-13 09:40:30 +0100 |
commit | 8c5215b744582107f352aa4ccea4182296674250 (patch) | |
tree | 17d9b859786d25541c739e28aa8e6510b77c2638 | |
parent | 96a47e5d480e6c5b3aab1884a8536ec4b8ca2fab (diff) | |
download | rpg-8c5215b744582107f352aa4ccea4182296674250.tar.gz rpg-8c5215b744582107f352aa4ccea4182296674250.tar.bz2 |
another fix for FS#1847 + msg increased
-rw-r--r-- | conf/msg | 2 | ||||
-rw-r--r-- | lib/plugins/acl/ajax.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -23 +24 The first line of this file contains a number, indicating which notification messages should not be displayed. This is the only information sent to dokuwiki.org when the diff --git a/lib/plugins/acl/ajax.php b/lib/plugins/acl/ajax.php index 97fae2ad1..e383f0d35 100644 --- a/lib/plugins/acl/ajax.php +++ b/lib/plugins/acl/ajax.php @@ -19,7 +19,7 @@ require_once(DOKU_INC.'inc/auth.php'); //close session session_write_close(); -if(!auth_ismanager()) die('forbidden'); +if(!auth_isadmin()) die('forbidden'); $ID = getID(); |