mirror of https://github.com/OpenIPC/composer.git
9 lines
292 B
Perl
Executable File
9 lines
292 B
Perl
Executable File
#!/usr/bin/haserl
|
|
<%in p/common.cgi %>
|
|
<% page_title="Majestic config" %>
|
|
<%in p/header.cgi %>
|
|
<% ex "cat /etc/majestic.yaml" %>
|
|
<p><a class="btn btn-warning" href="texteditor.cgi?f=/etc/majestic.yaml">Edit file</a></p>
|
|
<% button_restore_from_rom "/etc/majestic.yaml" %>
|
|
<%in p/footer.cgi %>
|