diff options
Diffstat (limited to 'src/ffluci/model/uci.lua')
-rw-r--r-- | src/ffluci/model/uci.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ffluci/model/uci.lua b/src/ffluci/model/uci.lua index 75d34c5d6..6585c66cb 100644 --- a/src/ffluci/model/uci.lua +++ b/src/ffluci/model/uci.lua @@ -7,6 +7,9 @@ is comparable to the syntax of the uci application Any return value of false or nil can be interpreted as an error + +ToDo: Reimplement in Lua + FileId: $Id$ |