/[smecontribs]/rpms/smeserver-webhosting/contribs10/smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch
ViewVC logotype

Annotation of /rpms/smeserver-webhosting/contribs10/smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sun Sep 26 22:15:31 2021 UTC (2 years, 7 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-webhosting-0_0_9-15_el7_sme, smeserver-webhosting-0_0_9-13_el7_sme, smeserver-webhosting-0_0_9-14_el7_sme, smeserver-webhosting-0_0_9-17_el7_sme, smeserver-webhosting-0_0_9-18_el7_sme, smeserver-webhosting-0_0_9-16_el7_sme, HEAD
Fix furlopen capitalisation

1 jcrisp 1.1 diff -ruN smeserver-webhosting-0.0.9.old/root/etc/e-smith/web/functions/webhosting smeserver-webhosting-0.0.9/root/etc/e-smith/web/functions/webhosting
2     --- smeserver-webhosting-0.0.9.old/root/etc/e-smith/web/functions/webhosting 2021-09-24 16:54:54.217969306 +0200
3     +++ smeserver-webhosting-0.0.9/root/etc/e-smith/web/functions/webhosting 2021-09-24 16:55:47.898846985 +0200
4     @@ -139,7 +139,7 @@
5     <label>PHPVERSION</label>
6     </field>
7    
8     - <field type="select" id="allowUrlfOpen" options="print_options('AllowUrlFopen')">
9     + <field type="select" id="allowUrlFopen" options="print_options('AllowUrlFopen')">
10     <label>ALLOWURLFOPEN</label>
11     </field>
12     <field type="select"
13     diff -ruN smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm
14     --- smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2021-09-24 16:54:54.221969376 +0200
15     +++ smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2021-09-24 16:57:06.318129026 +0200
16     @@ -274,8 +274,8 @@
17     (get_current_value($self,'FollowSymLinks')));
18     $q->param(-name=>'allowOverride',-value=>
19     (get_current_value($self,'AllowOverride')));
20     - $q->param(-name=>'allowUrlfOpen',-value=>
21     - (get_current_value($self,'AllowUrlfOpen')));
22     + $q->param(-name=>'allowUrlFopen',-value=>
23     + (get_current_value($self,'AllowUrlFopen')));
24     $q->param(-name=>'memorylimit',-value=>
25     (get_current_value($self,'MemoryLimit')));
26     $q->param(-name=>'uploadmaxfilesize',-value=>
27     @@ -391,7 +391,7 @@
28     AllowOverride => 'allowOverride',
29     ModDav => 'modDav',
30     PHPVersion => 'PHPVersion',
31     - AllowUrlfOpen => 'allowUrlfOpen',
32     + AllowUrlFopen => 'allowUrlFopen',
33     MemoryLimit => 'memorylimit',
34     FileUpload => 'fileupload',
35     UploadMaxFilesize => 'uploadmaxfilesize',

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed