opentechinstitute / luci-commotion

Commotion configuration pages for the LuCI web interface
GNU General Public License v3.0
11 stars 17 forks source link

fix input validation for app expiration period #436

Closed dismantl closed 9 years ago

dismantl commented 9 years ago

fixes https://github.com/opentechinstitute/luci-commotion/issues/417

jheretic commented 9 years ago

Page does not allow strings, but does allow floating-point values. This doesn't immediately cause anything to error out, but may lead to unexpected behaviour.

dismantl commented 9 years ago

committed fix.