Merge branch 'master' into chrono-privacy

This commit is contained in:
El RIDO
2024-05-05 10:25:31 +02:00
64 changed files with 949 additions and 216 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ class Configuration
// ensure the basepath ends in a slash, if one is set
if (
strlen($this->_configuration['main']['basepath']) &&
!empty($this->_configuration['main']['basepath']) &&
substr_compare($this->_configuration['main']['basepath'], '/', -1) !== 0
) {
$this->_configuration['main']['basepath'] .= '/';