This commit is contained in:
2026-03-06 00:54:03 +01:00
parent b670326f17
commit 057e63e5c2
2 changed files with 2 additions and 1 deletions

View File

@@ -215,3 +215,4 @@ function truncateText(string $text, int $limit): string
} }
return substr($text, 0, $limit) . "\n...truncated..."; return substr($text, 0, $limit) . "\n...truncated...";
} }
s

View File

@@ -14,4 +14,4 @@ if [ ! -f "$SCRIPT" ]; then
exit 1 exit 1
fi fi
exec php "$SCRIPT" exec php "$SCRIPT"