Skip to content

Commit

Permalink
Changing extensions.join to extensions.flatten.compact.join
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleune authored and hunner committed May 1, 2014
1 parent c647db0 commit 5a8df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mod/php5.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# Cause the PHP interpreter to handle files with a .php extension.
#
AddHandler php5-script <%= @extensions.join(' ') %>
AddHandler php5-script <%= @@extensions.flatten.compact.join(' ') %>
AddType text/html .php

#
Expand Down

0 comments on commit 5a8df9f

Please sign in to comment.