diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-08-29 22:22:53 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-08-29 22:22:53 +0200 |
commit | 3002ed9e93ea39b7c341b0b3a24f0d4f654ef062 (patch) | |
tree | a1a4cf5d34f66e3fbbb3ec9debc7e40090f9db5c /includes/sys_auth.php | |
parent | cc01c906ba63b3797bf2b9ef92a6854fe2ddbefb (diff) |
Security: Only allow angels with admin_news_html privilege to use HTML
Diffstat (limited to 'includes/sys_auth.php')
-rw-r--r-- | includes/sys_auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sys_auth.php b/includes/sys_auth.php index 856ed4ab..607d180b 100644 --- a/includes/sys_auth.php +++ b/includes/sys_auth.php @@ -31,7 +31,7 @@ function load_auth() } // guest privileges - $privileges = privileges_for_group(-1); + $privileges = privileges_for_group(-10); } /** |