Delete Mountpoint

link)) { echo "Deleted mountpoint $mount
"; } else { echo "Error deleting mountpoint $mount : ".mysql_error()."
"; } if ($reassign != '') { $query = sprintf("update users set ".$table_prefix."mountpoint = '%s' where mountpoint = '%s'", mysql_real_escape_string($reassign), mysql_real_escape_string($mount)); $result = mysql_query($query, $db->link); if (!$result) { echo "Error reassigning users from $mount to $reassign : ".mysql_error()."
"; } else { $users_updated = mysql_affected_rows(); echo " $users_updated users re-assigned from $mount to mountpoint $reassign
"; } } else { echo " No users re-assigned.
"; } } } } ?> This will delete the mountpoint and optionally re-assign all users subscribed to this mountpoint to another mountpoint

THIS WILL REMOVE THE MOUNTPOINT. PLEASE MAKE SURE YOU WANT TO DO THIS.

Delete

"> Re-assign to mountpoint: