Skip to content

Commit

Permalink
mod-freifunk: hotfix for "#33"
Browse files Browse the repository at this point in the history
* don't drop root priviledges make page work again, but it's not a real fix of the issue
  • Loading branch information
SvenRoederer committed May 13, 2021
1 parent 597c4b8 commit 1bb79dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function index()
page.title = _("Freifunk")
page.target = alias("freifunk", "index")
page.order = 5
page.setuser = "nobody"
page.setgroup = "nogroup"
-- page.setuser = "nobody"
-- page.setgroup = "nogroup"
page.i18n = "freifunk"
page.index = true

Expand Down

0 comments on commit 1bb79dc

Please sign in to comment.