mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 04:04:31 +02:00
feat: add config option "path" for file cache (#3297)
This commit is contained in:
parent
4e616c7092
commit
9e9a697b8b
7 changed files with 67 additions and 27 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue