From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 10/29] pppsetup.cgi: Move authentication above MTU Date: Thu, 01 Dec 2022 17:22:59 +0000 Message-ID: <20221201172318.3166615-10-michael.tremer@ipfire.org> In-Reply-To: <20221201172318.3166615-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8953796591835566115==" List-Id: --===============8953796591835566115== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I feel that authentication is more important. Signed-off-by: Michael Tremer --- html/cgi-bin/pppsetup.cgi | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/html/cgi-bin/pppsetup.cgi b/html/cgi-bin/pppsetup.cgi index 696fa2c96..ef9a4b3f0 100644 --- a/html/cgi-bin/pppsetup.cgi +++ b/html/cgi-bin/pppsetup.cgi @@ -899,30 +899,12 @@ END ; } =20 -print <

- - MT= U/MRU - - - - MTU: - - - - MRU: - - -END -; - -print <

$L= ang::tr{'authentication'} END -; =20 # Ask for the APN for QMI if ($pppsettings{'TYPE'} eq 'qmi') { @@ -968,6 +950,19 @@ print <$Lang::tr{'script name'} +

+ + MT= U/MRU + + + + MTU: + + + + MRU: + +




$Lang::tr{'profile name'} 3D'*' --=20 2.30.2 --===============8953796591835566115==--