Merge branch 'patch-1' of https://github.com/margau/nsedit into margau-patch-1

This commit is contained in:
Mark Schouten 2018-08-22 16:41:41 +02:00
commit 3448ccf653
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,7 @@ Installing
* 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.
* 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. **Make sure the Webserver doesn't serve this file/folder to the public!**
* Visit http(s)://<url>/nsedit/ and login with admin/admin (Don't forget to update your password!)

View file

@ -24,6 +24,7 @@ $logsdirectory = "../etc";
#$adminapiips = array();
#$adminapikey = 'thisshouldbequitealongstring,youknow';
# Location of user-database. Make sure its writeable and not served by the webserver!
$authdb = "../etc/pdns.users.sqlite3";
# Set a random generated secret to enable auto-login and long living csrf tokens