Froxlor/lib/config.inc.php
Michael Kaufmann ebceab96b4
introduce static configs to enable/disable web-update (and possibly more later on)
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2022-04-20 15:18:50 +02:00

9 lines
108 B
PHP

<?php
/**
* change the options below to either true or false
*/
return [
'enable_webupdate' => false
];