inital commit

This commit is contained in:
2023-09-22 18:08:37 -04:00
commit 472092fe43
13 changed files with 1714 additions and 0 deletions

9
config.php Normal file
View File

@ -0,0 +1,9 @@
<?php
return array(
"frontends" => array(
"wallhaven" => array(
"apikey" => "",
),
),
);
?>