Overview
Comment:Fix wiki link
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 966418c7a35f4249b752affc69b8e25bbd119b6c
User & Date: bohwaz on 2020-11-08 04:27:39
Other Links: branch diff | manifest | tags
Context
2020-11-08
12:41
Fix: add year to service fees check-in: af4a573da5 user: bohwaz tags: dev, 1.0.0-alpha5
04:27
Fix wiki link check-in: 966418c7a3 user: bohwaz tags: dev
03:44
Fix wording and old links check-in: 4e0b584286 user: bohwaz tags: dev, 1.0.0-alpha5
Changes

Modified src/include/init.php from [1eefeb5664] to [d27feb7671].

96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
if (!defined('Garradin\WWW_URI'))
{
    try {
        $uri = \KD2\HTTP::getRootURI(ROOT);
    }
    catch (\UnexpectedValueException $e) {
        echo "<h2>Impossible de détecter le chemin d'accès web de Garradin.</h2>";
        echo '<p><a href="https://fossil.kd2.org/garradin/wikiedit?name=Installation">Consulter l\'aide pour configurer manuellement le chemin d\'accès</a></p>';
        exit;
    }

    if ($uri == '/www/') {
        $uri = '/';
    }
    else {







|







96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
if (!defined('Garradin\WWW_URI'))
{
    try {
        $uri = \KD2\HTTP::getRootURI(ROOT);
    }
    catch (\UnexpectedValueException $e) {
        echo "<h2>Impossible de détecter le chemin d'accès web de Garradin.</h2>";
        echo '<p><a href="https://fossil.kd2.org/garradin/wiki?name=Installation">Consulter l\'aide pour configurer manuellement le chemin d\'accès</a></p>';
        exit;
    }

    if ($uri == '/www/') {
        $uri = '/';
    }
    else {