greyhound.php
changeset 29 8210fdc7c317
parent 25 5c377ceb0e4c
child 31 48004643a8a5
equal deleted inserted replaced
28:c15f6dcc8085 29:8210fdc7c317
    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