You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<stringname="ORG_PATH_FOR_CALCULATING_DISK_USAGE">Path for calculating disk usage</string>
181
+
<stringname="ORG_PATH_FOR_CALCULATING_DISK_USAGE_DESC">The path to the folder for calculating the disk usage. This is used in the system information to calculate the disk usage of the Admidio installation. The path can be defined as an absolute path or as a relative path to the Admidio main directory. If the path is left blank, the disk usage will be calculated for the server\'s root directory. (default: empty)</string>
// if it's a relative path, we have to add the Admidio base path, otherwise we would calculate the disk usage for the whole system root if the relative path is empty or just the wrong path if its not empty
2566
+
if (!str_starts_with($pathForCalculatingDiskUsage, '/') && !str_starts_with($pathForCalculatingDiskUsage, '\\')) {
0 commit comments