Bug 19817: use https instead of http
[koha.git] / installer / data / mysql / atomicupdate / bug_19817.sql
1 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
2 VALUES ('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free');
3
4 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
5 VALUES ('KohaManualLanguage','en','en|ar|cs|es|fr|it|pt_BR|tr|zh_TW','What is the language of the online manual you want to use?','Choice');