mirror of
https://github.com/unraid/webgui.git
synced 2026-01-08 02:29:51 -06:00
update.php: clarify documentation comment
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
* If omitted, then it's just a flat ini file without sections.
|
||||
*
|
||||
* #default : If present, then the default values will be restored instead (from 'default.cfg').
|
||||
* #defaultfile : If present in combination with #default, a custom defaults file
|
||||
* relative to the document root is read (instead of 'default.cfg').
|
||||
* #defaultfile : If present in combination with #default, a custom defaults file relative to the
|
||||
* plugin's document root will be restored instead (and not that 'default.cfg' file).
|
||||
*
|
||||
* #include : Specifies name of an include file to read and execute in before saving the file contents.
|
||||
* #cleanup : If present then parameters with empty strings are omitted from being written to the file.
|
||||
|
||||
Reference in New Issue
Block a user