Home
last modified time | relevance | path

Searched refs:DOKU_MESSAGEURL (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A Dinfoutils.php17 if (!defined('DOKU_MESSAGEURL')) {
19 define('DOKU_MESSAGEURL', 'https://update.dokuwiki.org/check/');
21 define('DOKU_MESSAGEURL', 'http://update.dokuwiki.org/check/');
40 $is_http = !str_starts_with(DOKU_MESSAGEURL, 'https');
54 $resp = $http->get(DOKU_MESSAGEURL . $updateVersion);
14 define('DOKU_MESSAGEURL','https://update.dokuwiki.org/check/'); global() define
16 define('DOKU_MESSAGEURL','http://update.dokuwiki.org/check/'); global() define