From patchwork Tue Oct 13 16:07:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3563 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4C9gV50dqBz3x1S for ; Tue, 13 Oct 2020 16:09:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C9gSz4j8Zz1T8; Tue, 13 Oct 2020 16:08:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C9gSw012Tz304j; Tue, 13 Oct 2020 16:08:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4C9gSt2ksTz305M for ; Tue, 13 Oct 2020 16:08:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4C9gSr04V6z1JH; Tue, 13 Oct 2020 16:08:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602605308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3ixsPffW0YoIPNhrHOIE6K6ng2L+LJlAoyYzT5e6v8g=; b=ArjUsQkBMz8jdOfBdVQ9XBn7ZfAVzUbqbkPyd+dYGdmOL6XCuHhAXJfZ5Q6GWJkeZlLsSY s4XCPq/gmxK1ldCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602605308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3ixsPffW0YoIPNhrHOIE6K6ng2L+LJlAoyYzT5e6v8g=; b=Po3dd+Bhh4jDe2c7OFpZ/PGZXiXdW2PnnLe8TEVXOQ8JW18kdzpCtQq5KB4tWuyM1wevf3 YlwxdQl6n+Gk4+2ef3GPqHekOjVYwYfIcr7JlPaFPI0N6zf6qfa+SacODNe6H0UXSBi8D6 Np66LFrvCpMfEw5iatMsaDx3YXEL7GNI01mk2Jm+gwSreozB2CQn5tFhMydEJ5n6oQ3KuX /MDuaZqOIJv1//w91pX2ZC9RdgUrlA2tw5tn0pCtNO/rCjAcPXqAbLHlKj/f/iCMJlRIXb P52Yioa/DPmGfQItB806PAX3IwYJyJ20Uikle8zHxF43uGyft2lh9e4omz4gxQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 38/54] samba: Remove unused anchors Date: Tue, 13 Oct 2020 16:07:56 +0000 Message-Id: <20201013160812.27754-38-michael.tremer@ipfire.org> In-Reply-To: <20201013160812.27754-1-michael.tremer@ipfire.org> References: <20201013160812.27754-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- html/cgi-bin/samba.cgi | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 59e397747..7d5b4336c 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -387,7 +387,6 @@ if ($sambasettings{'SECURITY'} eq 'user') { &Header::openbox('100%', 'center', $Lang::tr{'user management'}); print <
@@ -609,9 +608,7 @@ END my %shares = config("${General::swroot}/samba/shares"); - print <
$Lang::tr{'manage shares'}