X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/507be5f97be283db761fdf28f0e403e582fa1186..3e84a5debe0984bea841016ba587b109031a7816:/lib/settings.php?ds=inline diff --git a/lib/settings.php b/lib/settings.php index 6efc8b7..bf562dd 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -52,7 +52,7 @@ define('VAR_ASYNC', $cfg['var_root'] . 'async/'); // root of the domain without handling the URL scheme $absPrefix = parse_url($cfg['web_root'], PHP_URL_PATH); if (true === empty($absPrefix)) { - // fallback if installation isnt done yet: relative links to same level on the current page + // fallback if installation isn't done yet: relative links to same level on the current page $absPrefix = './'; } define('JIRAFEAU_ABSPREFIX', $absPrefix);