Changeset 3716
- Timestamp:
- 11/05/08 23:12:19 (5 years ago)
- Files:
-
- 1 modified
-
luci/trunk/libs/web/luasrc/dispatcher.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/libs/web/luasrc/dispatcher.lua
r3714 r3716 530 530 end 531 531 532 if config.on_valid_to and state and state > 0 and state < 2 then 533 luci.http.redirect(config.on_valid_to) 534 return 535 end 536 537 if config.on_changed_to and state and state > 1 then 538 luci.http.redirect(config.on_changed_to) 539 return 540 end 541 532 542 if config.on_success_to and state and state > 0 then 533 543 luci.http.redirect(config.on_success_to)
