WebIf fixes
Go to file
df 1a25e2a3f1 Fix potential format error with queue item containing %
If an item is in the queue whose file name contains a %, the following error occurs, causing the item never to be dequeued:
```in procedure '::auto::dumpq' called at file "/mod/webif/lib/auto/deq", line 167
at file "/mod/webif/lib/auto/deq", line 118
/mod/webif/lib/auto/deq:118: Error: not enough arguments for all format specifiers```
The file name needs to be passed to `format` as a parameter with format `%s` rather than embedding it in the format string, or else ```log "[format ...][$q get file]"```
2020-10-16 14:26:30 +01:00
CONTROL Update version 2020-06-18 00:58:55 +01:00
bin Add {system encryptionkey} 2018-04-18 18:04:08 +01:00
boot/xinit.d fix apostrophe problem in file info, support gpt-driveX 2016-02-21 00:22:34 +00:00
etc 1.3.5 second draft 2017-01-06 20:28:13 +00:00
var add empty directories 2017-03-09 21:26:30 +00:00
webif Fix potential format error with queue item containing % 2020-10-16 14:26:30 +01:00
.gitattributes tweak syntax highlighting 2018-01-28 10:44:00 +00:00
.gitignore Add .gitignore 2017-02-22 07:26:02 +00:00
README.md Create README.md 2017-03-09 21:51:32 +00:00

README.md

webif

An evolving web interface for the Humax HD[R] Fox T2 customised firmware.