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

13
conf/default.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
/**
* Default settings for the sqlquery plugin
*
* @author George Pirogov <i1557@yandex.ru>
*/
//$conf['fixme'] = 'FIXME';
$conf['Host'] = 'localhost';
$conf['DB'] = '';
$conf['user'] = '';
$conf['password'] = '';