Skip to content

Commit f5fd193

Browse files
authored
Update comment for clarity on fallback value
1 parent a2dc3ff commit f5fd193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function rrmdir($dir) {
1212

1313
// Remove expired files
1414
foreach ($fileData as $token => $info) {
15-
$type = $info['type'] ?? 'once'; // Standardwert fallback
15+
$type = $info['type'] ?? 'once'; // fallback
1616
$used = $info['used'] ?? false;
1717
$duration = $info['duration'] ?? 3600;
1818
$time = $info['time'] ?? 0;

0 commit comments

Comments
 (0)