]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
ovpnmain.cgi: Remove comment that a restart is required
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Mar 2024 16:33:14 +0000 (17:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Dec 2024 19:59:35 +0000 (19:59 +0000)
This is incorrect as we can change CCD data without restarting the
server.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ovpnmain.cgi

index ab50db0fa127143498c7cabbe478bf3deda91735..b3d10de4680e8043176a367529c1dbeb25ebe470 100755 (executable)
@@ -4966,7 +4966,7 @@ END
        }
 
        print <<END;
-</textarea></td><td valign='top' colspan='2'>$Lang::tr{'ccd iroutehint'}</td></tr>
+</textarea></td><td valign='top' colspan='2'></td></tr>
        <tr><td colspan='4'><br></td></tr>
        <tr><td valign='top' rowspan='3'>$Lang::tr{'ccd iroute2'}</td><td align='left' valign='top' rowspan='3'><select name='IFROUTE' style="width: 205px"; size='6' multiple>
 END