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 @@