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