dev/provisioning/modules/apache/templates/mod/load.erb
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 01:45:47 +0100
changeset 408 c89c11c2def7
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
temporarely hide the share button

<% if @loadfiles -%>
<% Array(@loadfiles).each do |loadfile| -%>
LoadFile <%= loadfile %>
<% end -%>

<% end -%>
LoadModule <%= @_id %> <%= @_path %>