commit | 39b1c11f5976104dce30fe83e1d3c6f9ed616122 | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Mon Jun 04 16:51:14 2012 -0500 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Mon Jun 04 16:51:14 2012 -0500 |
tree | 482b07468ca201d0dbdbfcf3cdb121c967003112 | |
parent | 10d78f61399dd647ada0afaa43e5e9ec48d55e82 [diff] |
Direct return from mimes config, instead of using global $mimes; Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace.