[dokuwiki] sql plugin with hidden configuration

Hi all,
at the moment I successfully use dokuwiki on many website ad I think
this is a great project.
Now I need to interface with mysql database and the only available
solution is to use an sql plugins; unfortunately plugin like
http://www.dokuwiki.org/plugin:sql have a well know security problem:
* plugin show the username:pass@host worldwide hacking a bit:(

I decide to modify the sql plugin adding hidden configuration for all
data; now my modified version allow you to use both syntax above:
<sql db="urn">QUERY</sql>
<sql>QUERY</sql>

If the former syntax is used the plugin try to fetch data from $conf variables.

Can I post this modified plugin on http://www.dokuwiki.org/plugin:sql
or I should post it as new plugin?


-- 
Claudio
User linux #415284
http://www.crisos.org/ - Cris linux distribution
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: