#!/usr/bin/haserl <%in p/common.cgi %> <% page_title="Majestic Configuration" %> <%in p/header.cgi %>
<% ex "cat $(get_config)" %>
<% diff $(get_config /rom) $(get_config) > /tmp/majestic.patch ex "cat /tmp/majestic.patch" %>
<%in p/footer.cgi %>