mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fixed autoreply file editing bug
This commit is contained in:
@@ -77,7 +77,7 @@ printf "<input name=period size=5 value='%s'> %s</td> </tr>\n",
|
||||
|
||||
# Show people to not autoreply to
|
||||
print "<tr> <td>$text{'rfile_no_autoreply'}</td>\n";
|
||||
printf "<td><input name=no_autoreply size=40 value='%s'></td> </tr>\n";
|
||||
printf "<td><input name=no_autoreply size=40 value='%s'></td> </tr>\n",
|
||||
$no_autoreply;
|
||||
|
||||
# Show regexps to not autoreply to
|
||||
|
||||
Reference in New Issue
Block a user