mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
OpenVPN: Bugfix 10352: When opening advanced server options all fields are disabled under IE10
This commit is contained in:
@@ -2375,7 +2375,7 @@ ADV_ERROR:
|
||||
}
|
||||
&Header::openbox('100%', 'LEFT', $Lang::tr{'advanced server'});
|
||||
print <<END
|
||||
<form method='post' enctype='multipart/form-data' disabled>
|
||||
<form method='post' enctype='multipart/form-data'>
|
||||
<table width='100%' border=0>
|
||||
<tr>
|
||||
<td colspan='4'><b>$Lang::tr{'dhcp-options'}</b></td>
|
||||
|
||||
Reference in New Issue
Block a user