6 lines
110 B
PHP
6 lines
110 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$appointment_recording_hoster = array (
|
|
'Archive.org' => 'Archive.org',
|
|
);
|