Files
sqlquery/conf/metadata.php
2026-07-24 08:18:41 +02:00

14 lines
350 B
PHP

<?php
/**
* Options for the sqlquery plugin
*
* @author George Pirogov <i1557@yandex.ru>
* @author Thomas Hooge <thomas@hoogi.de>
*/
$meta['type'] = array('multichoice', '_choices' => array('mysql', 'dblib'));
$meta['Host'] = array('string');
$meta['DB'] = array('string');
$meta['user'] = array('string');
$meta['password'] = array('string');