Uploading local sources to repository. First version.
This commit is contained in:
13
conf/default.php
Normal file
13
conf/default.php
Normal 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'] = '';
|
||||
Reference in New Issue
Block a user