9 lines
108 B
PHP
9 lines
108 B
PHP
<?php
|
|
|
|
/**
|
|
* change the options below to either true or false
|
|
*/
|
|
return [
|
|
'enable_webupdate' => false
|
|
];
|