function SHARED_FOLDERS_DEL() { $g = new groups($_GET["shared-delete"]); $g->del_sharedfolder($_GET["shared-path"]); }