Uploading local sources to repository. First version.
This commit is contained in:
12
conf/metadata.php
Normal file
12
conf/metadata.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Options for the sqlquery plugin
|
||||
*
|
||||
* @author George Pirogov <i1557@yandex.ru>
|
||||
*/
|
||||
|
||||
|
||||
$meta['Host'] = array('string');
|
||||
$meta['DB'] = array('string');
|
||||
$meta['user'] = array('string');
|
||||
$meta['password'] = array('string');
|
||||
Reference in New Issue
Block a user