nhttpd: change default password 'coolstream' => 'ni'

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3031aafdaa
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-05 (Tue, 05 Sep 2017)

Origin message was:
------------------
- nhttpd: change default password 'coolstream' => 'ni'

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-09-05 00:04:15 +02:00
parent 3bb2a8323b
commit be1d2ef80b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ WebsiteMain.hosted_directory=@TARGET_HOSTED_HTTPDDIR@
configfile.version=4
mod_auth.authenticate=false
mod_auth.no_auth_client=
mod_auth.password=coolstream
mod_auth.password=ni
mod_auth.username=root
mod_cache.cache_directory=/tmp/.cache
mod_sendfile.mime_types=htm:text/html,html:text/html,xml:text/xml,txt:text/plain,jpg:image/jpeg,jpeg:image/jpeg,gif:image/gif,png:image/png,bmp:image/bmp,css:text/css,js:text/plain,img:application/octet-stream,ico:image/x-icon,m3u:application/octet-stream,tar:application/octet-stream,gz:text/x-gzip,ts:application/octet-stream

View File

@@ -125,7 +125,7 @@
#endif
#ifdef CONFIG_SYSTEM_TUXBOX_COOLSTREAM
#define AUTHPASSWORD "coolstream"
#define AUTHPASSWORD "ni"
#define PRIVATEDOCUMENTROOT PRIVATE_HTTPDDIR
#undef Y_CONFIG_BUILD_AS_DAEMON // No Daemon
#endif