14 lines
229 B
PHP
14 lines
229 B
PHP
<?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'] = '';
|