2025-05-14 16:14:01 +01:00
|
|
|
% 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>
|
|
|
|
%}
|
|
|
|
|
2025-09-25 12:38:42 -04:00
|
|
|
<%= link_to 'Visit External Website' => $c->stash('php_url2'), target => '_blank', rel => 'noopener noreferrer' %>
|
2025-05-14 16:14:01 +01:00
|
|
|
|
|
|
|
<h1>Legacy-<%=$c->l('psi_phpsysinfo') %></h1><br>
|
|
|
|
|
|
|
|
%== $c->stash('phpsysinfo');
|
|
|
|
|
2025-09-25 12:38:42 -04:00
|
|
|
%end
|