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