Skip to content

Commit

Permalink
Merge pull request #22 from Keukeiland/fizitzfux
Browse files Browse the repository at this point in the history
Fix #21
  • Loading branch information
fizitzfux authored Feb 15, 2024
2 parents 70effd7 + a8d752b commit a7a612e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keuknet",
"version": "2.1.2",
"version": "2.1.3",
"description": "A webserver and client program for easily managing a WireGuard-network in a client-server setting.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion www/extensions/profile/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exports.requires_login = function (path) {
if (path == ['getconf']) {
if (path.at(0) == 'getconf') {
return false
}
return true
Expand Down

0 comments on commit a7a612e

Please sign in to comment.