X-Git-Url: http://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=blobdiff_plain;f=example_config.php;fp=example_config.php;h=7c5c6e1f030bebb18b7bb2b69b53a75f423c825d;hp=5956ab017bc2e9e7bc5f704e271854bb067305ee;hb=d1c6fd3d5e71972edeae2216b20251796bc1ea58;hpb=c76d3a738cdeb2d894dabfce4728e08abfbc8caa diff --git a/example_config.php b/example_config.php index 5956ab0..7c5c6e1 100755 --- a/example_config.php +++ b/example_config.php @@ -13,7 +13,7 @@ $title = 'Harvie\'s JuKe!Box'; //Title of jukebox $music_dir = 'music'; //Local path to directory with music $music_dir_url = 'http://your-server.net/jukebox/music'; //URL path to the same directory CHANGE IT! -$cache_passwd = 'renew123'; //You need this passwd to refresh search cache CHANGE IT! +$cache_passwd = ''; //You need this passwd to refresh search cache CHANGE IT! //Login $realm = 'music'; //HTTP Auth Banner $users = array( //List of 'user' => 'password' pairs