1 |
diff -urN smeserver-certificate-0.0.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm smeserver-certificate-0.0.4/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm |
2 |
--- smeserver-certificate-0.0.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm 2022-05-26 15:23:20.125434695 +0100 |
3 |
+++ smeserver-certificate-0.0.4/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm 2022-05-26 15:24:17.677666774 +0100 |
4 |
@@ -6,7 +6,7 @@ |
5 |
# navigation : 6000 6750 |
6 |
|
7 |
# name : Certificate, method : get, url : /certificate, ctlact : Certificate#main |
8 |
-# name : CertificateSave, method : post, url : /certificatesave, ctlact : Certificate#save |
9 |
+# name : Certificates, method : post, url : /certificates, ctlact : Certificate#save |
10 |
# |
11 |
# routes : end |
12 |
# |
13 |
diff -urN smeserver-certificate-0.0.4.old/root/usr/share/smanager/themes/default/templates/certificate.html.ep smeserver-certificate-0.0.4/root/usr/share/smanager/themes/default/templates/certificate.html.ep |
14 |
--- smeserver-certificate-0.0.4.old/root/usr/share/smanager/themes/default/templates/certificate.html.ep 2022-05-26 15:23:20.127434703 +0100 |
15 |
+++ smeserver-certificate-0.0.4/root/usr/share/smanager/themes/default/templates/certificate.html.ep 2022-05-26 15:55:26.510221198 +0100 |
16 |
@@ -46,7 +46,7 @@ |
17 |
</div> |
18 |
|
19 |
%} |
20 |
- %= form_for '/certificatesave' => (method => 'POST') => begin |
21 |
+ %= form_for '/certificates' => (method => 'POST') => begin |
22 |
% my $btn = l('SAVE'); |
23 |
%== l 'DESC_SSL_CERTIFICAT_CONFIG_PAGE' |
24 |
|
25 |
@@ -98,4 +98,4 @@ |
26 |
} |
27 |
%end |
28 |
|
29 |
-%end |
30 |
\ No newline at end of file |
31 |
+%end |