mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 23:27:32 +02:00
feat: add config option "path" for file cache (#3297)
This commit is contained in:
@@ -226,3 +226,8 @@ function now(): \DateTimeImmutable
|
||||
{
|
||||
return new \DateTimeImmutable();
|
||||
}
|
||||
|
||||
function create_random_string(int $bytes = 16): string
|
||||
{
|
||||
return bin2hex(openssl_random_pseudo_bytes($bytes));
|
||||
}
|
||||
|
Reference in New Issue
Block a user