equal
deleted
inserted
replaced
37 $public = true; |
37 $public = true; |
38 // Allow control of playback. By default this is turned on but if you |
38 // Allow control of playback. By default this is turned on but if you |
39 // set this to false, it will only display the playlist. |
39 // set this to false, it will only display the playlist. |
40 $allowcontrol = true; |
40 $allowcontrol = true; |
41 // The default theme. This should be a name of a directory in ./themes. |
41 // The default theme. This should be a name of a directory in ./themes. |
42 $theme = 'funkymonkey'; |
42 $theme = 'grey'; |
43 // Allow forking when an HTTP request is received. This has advantages |
43 // Allow forking when an HTTP request is received. This has advantages |
44 // and disadvantages. If this experimental option is enabled, it will |
44 // and disadvantages. If this experimental option is enabled, it will |
45 // result in faster responses and load times but more memory usage. |
45 // result in faster responses and load times but more memory usage. |
46 $allow_fork = true; |
46 $allow_fork = true; |
47 // set to true to enable authentication |
47 // set to true to enable authentication |