Uploading local sources to repository. First version.

This commit is contained in:
digitalduke
2018-03-19 13:46:03 +05:00
parent 28d4ea25ee
commit a052c4d018
9 changed files with 260 additions and 0 deletions

12
conf/metadata.php Normal file
View 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');