Always, ALWAYS include an .htaccess file blocking the access to your conn.cfg file.
Sharing your API key with the world can be quite disastrous.
I'd reccomend just blocking the access to everyone (including authenticated users).
The .htaccess should be something like:
| Code: : |
[Files conn.cfg]
order allow,deny
deny from all
[/Files]
|
Replace [ and ] with the correct html-like less-than/greater than signs (the forum doesn't let me type the character
.htaccess to the best of my knowledge only works with apache webservers, try to find a similar thing if you're on something else