Files
elwig-sync/www/.php/credentials.sample.inc
2025-05-03 16:22:52 +02:00

9 lines
105 B
PHP

<?php
global $CREDENTIALS;
$CREDENTIALS = [
'name' => [
'username' => 'password',
],
];