This commit is contained in:
2021-01-12 22:53:49 +01:00
commit c1e99720dc
10 changed files with 220 additions and 0 deletions

8
www/config.php Normal file
View File

@ -0,0 +1,8 @@
<?php
$secret_key['pr'] = '%%SECRETKEY%%';
$recipients = [
'pr' => [
%%RECIPIENTS_PR%%
]
];