Add disabled mode
This commit is contained in:
parent
69fec2bcb1
commit
5b7a90eb97
3 changed files with 54 additions and 1 deletions
|
@ -16,4 +16,5 @@ define('PYTHON', '/usr/bin/python');
|
|||
define('PARAMS', '--no-playlist --no-warnings');
|
||||
define('CONVERT', true);
|
||||
define('MAINTENANCE', false);
|
||||
define('DISABLED', false);
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue