Skip to content

Commit

Permalink
another fix for FS#1847 + msg increased
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jan 13, 2010
1 parent 96a47e5 commit 8c5215b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/msg
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/acl/ajax.php
Expand Up @@ -19,7 +19,7 @@
//close session
session_write_close();

if(!auth_ismanager()) die('forbidden');
if(!auth_isadmin()) die('forbidden');

$ID = getID();

Expand Down

0 comments on commit 8c5215b

Please sign in to comment.