Initial commit
This commit is contained in:
7
www/credentials.sample.inc
Normal file
7
www/credentials.sample.inc
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
global $CREDENTIALS;
|
||||
$CREDENTIALS = [
|
||||
'name' => [
|
||||
'username' => 'password',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user