asdasd
This commit is contained in:
@@ -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
|
||||||
@@ -14,4 +14,4 @@ if [ ! -f "$SCRIPT" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec php "$SCRIPT"
|
exec php "$SCRIPT"
|
||||||
Reference in New Issue
Block a user