Update to work for Mojo 9.39 - config accessed through plugin not global hash
This commit is contained in:
parent
ec4f515012
commit
b5d6de3bcf
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_tape_configure-panel'>
|
<div id='module' class='module back_tape_configure-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_tape_restore-panel'>
|
<div id='module' class='module back_tape_restore-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_configure-panel'>
|
<div id='module' class='module back_workstn_configure-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_configure1-panel'>
|
<div id='module' class='module back_workstn_configure1-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_restore-panel'>
|
<div id='module' class='module back_workstn_restore-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_restore1-panel'>
|
<div id='module' class='module back_workstn_restore1-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_sel_restore-panel'>
|
<div id='module' class='module back_workstn_sel_restore-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_sel_restore1-panel'>
|
<div id='module' class='module back_workstn_sel_restore1-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_sel_restore2-panel'>
|
<div id='module' class='module back_workstn_sel_restore2-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_verify-panel'>
|
<div id='module' class='module back_workstn_verify-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module back_workstn_verify1-panel'>
|
<div id='module' class='module back_workstn_verify1-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas->{function}
|
%= dumper $bac_datas->{function}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module backup-panel'>
|
<div id='module' class='module backup-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $bac_datas
|
%= dumper $bac_datas
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div id='module' class='module bugreport-panel'>
|
<div id='module' class='module bugreport-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
(DBG)route: <%= $c->current_route %><br>
|
(DBG)route: <%= $c->current_route %><br>
|
||||||
(DBG)trt: <%= $bugr_datas->{trt} %><br>
|
(DBG)trt: <%= $bugr_datas->{trt} %><br>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div id='module' class='module bugreport2-panel'>
|
<div id='module' class='module bugreport2-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
(DBG)route: <%= $c->current_route %><br>
|
(DBG)route: <%= $c->current_route %><br>
|
||||||
(DBG)trt: <%= $bugr_datas->{trt} %><br>
|
(DBG)trt: <%= $bugr_datas->{trt} %><br>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module clamav-panel'>
|
<div id='module' class='module clamav-panel'>
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>(DBG)route: <%= $c->current_route %><br>
|
<p>(DBG)route: <%= $c->current_route %><br>
|
||||||
(DBG)FsS stat: <%= $clm_datas->{FilesystemScan}%> <br>
|
(DBG)FsS stat: <%= $clm_datas->{FilesystemScan}%> <br>
|
||||||
(DBG)Quar stat: <%=$clm_datas->{Quarantine} %>
|
(DBG)Quar stat: <%=$clm_datas->{Quarantine} %>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module datetime-panel'>
|
<div id='module' class='module datetime-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $dat_datas
|
%= dumper $dat_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module directory-panel'>
|
<div id='module' class='module directory-panel'>
|
||||||
|
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
(DBG)route: <%= $c->current_route %><br>
|
(DBG)route: <%= $c->current_route %><br>
|
||||||
(DBG)dir. access: <%= $dir_datas->{access}%><br>
|
(DBG)dir. access: <%= $dir_datas->{access}%><br>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module domains-panel'>
|
<div id='module' class='module domains-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $dom_datas
|
%= dumper $dom_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module emailaccess-panel'>
|
<div id='module' class='module emailaccess-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $mai_datas
|
%= dumper $mai_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module emaildeliver-panel'>
|
<div id='module' class='module emaildeliver-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $mai_datas
|
%= dumper $mai_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module emailfilter-panel'>
|
<div id='module' class='module emailfilter-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $mai_datas
|
%= dumper $mai_datas
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<div id='module' class='module emailreceive-panel'>
|
<div id='module' class='module emailreceive-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $mai_datas
|
%= dumper $mai_datas
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<div id='module' class='module emailsettings-panel'>
|
<div id='module' class='module emailsettings-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == TRUE) {
|
% if (config->{debug} == TRUE) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $mai_datas
|
%= dumper $mai_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module module-panel'>
|
<div id='module' class='module module-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
</p>
|
</p>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module groups-panel'>
|
<div id='module' class='module groups-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $grp_datas
|
%= dumper $grp_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module hostentries-panel'>
|
<div id='module' class='module hostentries-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $hos_datas
|
%= dumper $hos_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module ibays-panel'>
|
<div id='module' class='module ibays-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $iba_datas
|
%= dumper $iba_datas
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
</p>
|
</p>
|
||||||
@ -25,4 +25,4 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
% end
|
% end
|
@ -7,7 +7,7 @@
|
|||||||
%= stylesheet '/css/letsencrypt.css'
|
%= stylesheet '/css/letsencrypt.css'
|
||||||
<div id="module" class="module Letsencrypt-panel">
|
<div id="module" class="module Letsencrypt-panel">
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<pre>
|
<pre>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $lets_data->{trt}
|
%= dumper $lets_data->{trt}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module localnetworks-panel'>
|
<div id='module' class='module localnetworks-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $c->stash("ret")
|
%= dumper $c->stash("ret")
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module module-panel'>
|
<div id='module' class='module module-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
</p>
|
</p>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<font class="sme-copyright">
|
<font class="sme-copyright">
|
||||||
% if ( $c->is_logged_in ) {
|
% if ( $c->is_logged_in ) {
|
||||||
SME Server <%= session 'releaseVersion' %>-<%= $c->app->VERSION %> Manager II
|
SME Server <%= session 'releaseVersion' %>-<%= $c->app->VERSION %> Manager II
|
||||||
|
<%= Mojolicious->VERSION %>
|
||||||
% }
|
% }
|
||||||
<br>Copyright 1999-2006 Mitel Corporation<br>
|
<br>Copyright 1999-2006 Mitel Corporation<br>
|
||||||
%= session 'copyRight'
|
%= session 'copyRight'
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
Warning: a reconfigure and reboot is required before proceeding! Failure to do so now
|
Warning: a reconfigure and reboot is required before proceeding! Failure to do so now
|
||||||
may leave your system in an unknown state!</h5></div>
|
may leave your system in an unknown state!</h5></div>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if ( $c->session->{Access} eq 'public' && (($config->{debug} ne '0') || ($config->{mode} ne 'production')) ) { %>
|
<% if ( $c->session->{Access} eq 'public' && ((config->{debug} ne '0') || (config->{mode} ne 'production')) ) { %>
|
||||||
<div class="sme-error"><h5>
|
<div class="sme-error"><h5>
|
||||||
Warning: Development or debug mode enabled AND public access is offered !
|
Warning: Development or debug mode enabled AND public access is offered !
|
||||||
</h5></div>
|
</h5></div>
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
@ -7,7 +7,7 @@
|
|||||||
SelectInput();
|
SelectInput();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<pre>
|
<pre>
|
||||||
%= dumper $lets_data
|
%= dumper $lets_data
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
SelectInput();
|
SelectInput();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<pre>
|
<pre>
|
||||||
%= dumper $lets_data
|
%= dumper $lets_data
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
SelectInput();
|
SelectInput();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<pre>
|
<pre>
|
||||||
%= dumper $lets_data
|
%= dumper $lets_data
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
SelectInput();
|
SelectInput();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<pre>
|
<pre>
|
||||||
%= dumper $lets_data
|
%= dumper $lets_data
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
SelectInput();
|
SelectInput();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<pre>
|
<pre>
|
||||||
%= dumper $lets_data
|
%= dumper $lets_data
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
% my $btn = l('ADD');
|
% my $btn = l('ADD');
|
||||||
% my $network_db = esmith::NetworksDB->open();
|
% my $network_db = esmith::NetworksDB->open();
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $c->stash("ret")
|
%= dumper $c->stash("ret")
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
% my $subnet = $ln_datas->{subnet};
|
% my $subnet = $ln_datas->{subnet};
|
||||||
% my $router = $ln_datas->{router};
|
% my $router = $ln_datas->{router};
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $c->stash("ret")
|
%= dumper $c->stash("ret")
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
% unless (length($retref)) {%ret = (ret=>"");}
|
% unless (length($retref)) {%ret = (ret=>"");}
|
||||||
% else {%ret = %$retref;}
|
% else {%ret = %$retref;}
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper "Ret:".$ret{ret};
|
%= dumper "Ret:".$ret{ret};
|
||||||
</p>
|
</p>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<br />
|
<br />
|
||||||
% my $btn = l('ADD');
|
% my $btn = l('ADD');
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $c->stash("ret")
|
%= dumper $c->stash("ret")
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
% my $cmmnt = $pf_datas->{cmmnt};
|
% my $cmmnt = $pf_datas->{cmmnt};
|
||||||
% my $allow = $pf_datas->{allow};
|
% my $allow = $pf_datas->{allow};
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $c->stash("ret")
|
%= dumper $c->stash("ret")
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module portforwarding-panel'>
|
<div id='module' class='module portforwarding-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper "<pf>".$c->current_route
|
%= dumper "<pf>".$c->current_route
|
||||||
%= dumper $c->stash("ret")
|
%= dumper $c->stash("ret")
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module printers-panel'>
|
<div id='module' class='module printers-panel'>
|
||||||
|
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $prt_datas
|
%= dumper $prt_datas
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module proxy-panel'>
|
<div id='module' class='module proxy-panel'>
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>(DBG)route: <%= $c->current_route %><br>
|
<p>(DBG)route: <%= $c->current_route %><br>
|
||||||
(DBG)ht stat: <%= $prx_datas->{http_proxy_status}%> <br>
|
(DBG)ht stat: <%= $prx_datas->{http_proxy_status}%> <br>
|
||||||
(DBG)sm stat: <%=$prx_datas->{smtp_proxy_status} %>
|
(DBG)sm stat: <%=$prx_datas->{smtp_proxy_status} %>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module pseudonyms-panel'>
|
<div id='module' class='module pseudonyms-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $pse_datas
|
%= dumper $pse_datas
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module qmailanalog-panel'>
|
<div id='module' class='module qmailanalog-panel'>
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
(DBG)route: <%= $c->current_route %><br>
|
(DBG)route: <%= $c->current_route %><br>
|
||||||
</p>
|
</p>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module quota-panel'>
|
<div id='module' class='module quota-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $quo_datas
|
%= dumper $quo_datas
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div id='module' class='module reboot-panel'>
|
<div id='module' class='module reboot-panel'>
|
||||||
|
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
(DBG)route: <%= $c->current_route %><br>
|
(DBG)route: <%= $c->current_route %><br>
|
||||||
</p>
|
</p>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module remoteaccess-panel'>
|
<div id='module' class='module remoteaccess-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $rma_datas
|
%= dumper $rma_datas
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div id='roundcube' class='roundcube roundcube-panel'>
|
<div id='roundcube' class='roundcube roundcube-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
</p>
|
</p>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module useraccounts-panel'>
|
<div id='module' class='module useraccounts-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $usr_datas
|
%= dumper $usr_datas
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div id='module' class='module userpassword-panel'>
|
<div id='module' class='module userpassword-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $pwd_datas
|
%= dumper $pwd_datas
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module viewlogfiles-panel'>
|
<div id='module' class='module viewlogfiles-panel'>
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
(DBG)route: <%= $c->current_route %><br>
|
(DBG)route: <%= $c->current_route %><br>
|
||||||
</p>
|
</p>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div id='module' class='module viewlogfiles2-panel'>
|
<div id='module' class='module viewlogfiles2-panel'>
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
(DBG)route: <%= $c->current_route %><br>
|
(DBG)route: <%= $c->current_route %><br>
|
||||||
(DBG)trt: <%= $log_datas->{trt} %><br>
|
(DBG)trt: <%= $log_datas->{trt} %><br>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id='module' class='module workgroup-panel'>
|
<div id='module' class='module workgroup-panel'>
|
||||||
|
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
(DBG)route: <%= $c->current_route %><br>
|
(DBG)route: <%= $c->current_route %><br>
|
||||||
(DBG)pdc: <%= $wkg_datas->{ServerRole}%><br>
|
(DBG)pdc: <%= $wkg_datas->{ServerRole}%><br>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module yum-panel'>
|
<div id='module' class='module yum-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $yum_datas
|
%= dumper $yum_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module yumconfig-panel'>
|
<div id='module' class='module yumconfig-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $yum_datas
|
%= dumper $yum_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module yuminstall-panel'>
|
<div id='module' class='module yuminstall-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $yum_datas
|
%= dumper $yum_datas
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module yumlogfile-panel'>
|
<div id='module' class='module yumlogfile-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $yum_datas
|
%= dumper $yum_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module yumpostupg-panel'>
|
<div id='module' class='module yumpostupg-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $yum_datas
|
%= dumper $yum_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module yumremove-panel'>
|
<div id='module' class='module yumremove-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $yum_datas
|
%= dumper $yum_datas
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
|
|
||||||
<div id='module' class='module yumupdate-panel'>
|
<div id='module' class='module yumupdate-panel'>
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $yum_datas
|
%= dumper $yum_datas
|
||||||
|
Loading…
Reference in New Issue
Block a user