mirror of
https://github.com/webmin/webmin.git
synced 2026-05-09 00:20:28 +01:00
Fix { to be on the new line
This commit is contained in:
@@ -8,7 +8,8 @@ our %access = &get_module_acl();
|
||||
# save_miniserv_websocket(port)
|
||||
# Save new websocket info
|
||||
# to miniserv.conf file
|
||||
sub save_miniserv_websocket {
|
||||
sub save_miniserv_websocket
|
||||
{
|
||||
my ($port) = @_;
|
||||
my %miniserv;
|
||||
if ($port) {
|
||||
|
||||
Reference in New Issue
Block a user