initial commit

This commit is contained in:
2025-05-24 13:23:02 +02:00
commit 1424ec981c
83 changed files with 4718 additions and 0 deletions

8
reset_avatars.php Normal file
View File

@ -0,0 +1,8 @@
<?php
require __DIR__ . '/vendor/autoload.php';
$config = include __DIR__ . '/config.php';
$internal_pics_dir = realpath(__DIR__ . $config['pics_dir']);
$app = new Phlaym\Roastmonday\Roastmonday($config, $internal_pics_dir);
$app->resetOriginalAvatars();