dev/provisioning/modules/apache/templates/mod/load.erb
author ymh <ymh.work@gmail.com>
Sat, 10 Jun 2017 18:39:39 +0200
changeset 535 526d3f084753
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
make sparql view work again

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

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