X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=inc%2Feventz%2Fconfigure_system_access.inc;h=338400ca3a4f34aa45c51441e308cfbdc05be418;hb=HEAD;hp=f806552840d2bb76b1edd4b536e0eabfca25630e;hpb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/eventz/configure_system_access.inc b/inc/eventz/configure_system_access.inc deleted file mode 100644 index f806552..0000000 --- a/inc/eventz/configure_system_access.inc +++ /dev/null @@ -1,33 +0,0 @@ -query($q); - } - - else { - $q="update nodes set node_system_access='$node_system_access' where node_id='$node_id'"; - $db->query($q); - } - } - return true; - } -?> \ No newline at end of file