Skip to content

Instantly share code, notes, and snippets.

@JoelMarcey
Created December 18, 2015 20:23
Show Gist options
  • Save JoelMarcey/6ce7acda06a475afcb32 to your computer and use it in GitHub Desktop.
Save JoelMarcey/6ce7acda06a475afcb32 to your computer and use it in GitHub Desktop.
static_file.extensions defaults
array(11) {
["zip"]=>
string(15) "application/zip"
["jpeg"]=>
string(10) "image/jpeg"
["html"]=>
string(9) "text/html"
["css"]=>
string(8) "text/css"
["gif"]=>
string(9) "image/gif"
["mp3"]=>
string(10) "audio/mpeg"
["png"]=>
string(9) "image/png"
["tif"]=>
string(10) "image/tiff"
["jpg"]=>
string(10) "image/jpeg"
["tiff"]=>
string(10) "image/tiff"
["txt"]=>
string(10) "text/plain"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment