From cc8680a9174933928b09eaccba5f0e0eb0f9fa1a Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 23 Jan 2015 15:58:09 +0100 Subject: [PATCH] Process comments on docs by jpmens in issue #13 --- README.md | 2 ++ includes/config.inc.php-dist | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aef2fc0..d454b91 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ where you want to run nsedit * Copy ```includes/config.inc.php-dist``` to ```includes/config.inc.php``` and edit config.inc.php to your needs. +* By default, nsedit writes its user database to ../etc/pdns.users.sqlite3. Be sure that your webserver can create that directory and write to it + * Visit http(s):///nsedit/ and login with admin/admin (Don't forget to update your password!) Have fun ;) diff --git a/includes/config.inc.php-dist b/includes/config.inc.php-dist index 3132c64..390787d 100644 --- a/includes/config.inc.php-dist +++ b/includes/config.inc.php-dist @@ -1,12 +1,13 @@