Files
bpfire/html/cgi-bin
Vincent Li 284b13c137 loxilb UI: use select drop down option
learned from ChatGPT to print dynamic options.
add semi column ';' right after heredoc like:

print <<END;
...
...
END

following result in error

print <<END
...
...
END; #<<<< ERROR

following is correct

print <<END
...
...
END
;

so better use the first format

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
2024-06-01 20:42:16 +00:00
..
2023-12-22 10:30:45 +00:00
2021-07-07 09:34:31 +00:00
2024-04-24 00:48:04 +00:00
2022-04-23 19:35:37 +00:00
2021-07-09 12:56:17 +00:00
2023-03-13 21:37:39 +00:00
2021-06-10 14:30:53 +01:00
2021-06-10 14:30:53 +01:00
2021-04-08 10:11:34 +00:00
2024-03-16 03:26:26 +00:00