create config file and test script
This commit is contained in:
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'=>'',
|
||||
];
|
Reference in New Issue
Block a user