Files
smeserver-phpsysinfo/root/usr/share/smanager/themes/default/templates/phpsysinfo.html.ep
Jean-Philippe Pialasse fcb9a8fbf7 * Thu Sep 25 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-2.sme
- CSP relaxed policy
- revert authentication
- httpd syntax fix
- smanager improvement
2025-09-25 12:38:42 -04:00

25 lines
631 B
Plaintext

% layout 'default', title => "Sme server 2 - Disk usage";
% content_for 'module' => begin
<div id='Phpsysinfo' class='module phpsysinfo-panel'>
% if (config->{debug} == 1) {
<pre>
%= dumper $c->current_route
%= dumper $c->stash('phpsysinfo')
</pre>
% }
% if ( stash 'error' ) {
<br><div class=sme-error>
%= $c->render_to_string(inline => stash 'error')
</div>
%}
<%= link_to 'Visit External Website' => $c->stash('php_url2'), target => '_blank', rel => 'noopener noreferrer' %>
<h1>Legacy-<%=$c->l('psi_phpsysinfo') %></h1><br>
%== $c->stash('phpsysinfo');
%end