]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/wakeonlan.cgi
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / wakeonlan.cgi
index c3c4c6911b2fe085136eca316c84a85f62203575..e88448964da973d1f62b619c7f7033d1598d3b88 100644 (file)
@@ -173,10 +173,10 @@ if ( $cgiparams{'ACTION'} eq 'wakeup' )
 
   &General::system("/usr/sbin/etherwake", "-i", "$iface", "$mac");
 
-  # make a box with info, 'refresh' to normal screen after 5 seconds
+  # make a box with info, 'refresh' to normal screen after 3 seconds
   if ( $refresh eq 'yes' )
   {
-    &Header::openpage($Lang::tr{'WakeOnLan'}, 1, "<meta http-equiv='refresh' content='3;url=/cgi-bin/wakeonlan.cgi'");
+    &Header::openpage($Lang::tr{'WakeOnLan'}, 1, "<meta http-equiv='refresh' content='3; url=/cgi-bin/wakeonlan.cgi'>");
     &Header::openbigbox('100%', 'left');
   }
   &Header::openbox('100%', 'left', $Lang::tr{'WakeOnLan'});