create config file and test script
This commit is contained in:
parent
a777a798a2
commit
396d195cab
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/config.php
|
6
config.php.dist
Normal file
6
config.php.dist
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'url'=>'',
|
||||
'user'=>'',
|
||||
'pass'=>'',
|
||||
];
|
Loading…
Reference in New Issue
Block a user