Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / eventz / configure_system_access.inc
index f806552840d2bb76b1edd4b536e0eabfca25630e..ccfd1ad1d8a37701a7a463fc6f7f7fd83f342bc7 100644 (file)
@@ -1,16 +1,10 @@
 <?php
-/* This program is free software. It comes without any warranty, to
- * the extent permitted by applicable law. You can redistribute it
- * and/or modify it under the terms of the Do What The Fuck You Want
- * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
-
        function configure_system_access() {
                global $db,$error,$node;
                $node_id=$node['node_id'];
                $user_id=$_SESSION['user_id'];
 
-               if ($node['node_permission']=='owner') {
+               if (($node['node_permission']=='owner') || ($node['node_permission']=='master')) {
                        $node_system_access=$_POST['node_system_access'];
 
                        if ($_POST['apply_on_vector']) {
This page took 0.136287 seconds and 4 git commands to generate.