https://bugs.koozali.org/show_bug.cgi?id=11697
--- Comment #1 from John Crisp <[email protected]> ---
(In reply to Jean-Philippe Pialasse from comment #2)
> will probably need at least a fix for webhosting contrib.
Here's a patch for webhosting - is this OK to do it?
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
--- smeserver-webhosting-0.0.9.old/root/etc/e-smith/web/functions/webhosting
2021-09-24 16:54:54.217969306 +0200
+++ smeserver-webhosting-0.0.9/root/etc/e-smith/web/functions/webhosting
2021-09-24 16:55:47.898846985 +0200
@@ -139,7 +139,7 @@
<label>PHPVERSION</label>
</field>
- <field type="select" id="allowUrlfOpen"
options="print_options('AllowUrlFopen')">
+ <field type="select" id="allowUrlFopen"
options="print_options('AllowUrlFopen')">
<label>ALLOWURLFOPEN</label>
</field>
<field type="select"
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
---
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
+++
smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm
2021-09-24 16:57:06.318129026 +0200
@@ -274,8 +274,8 @@
(get_current_value($self,'FollowSymLinks')));
$q->param(-name=>'allowOverride',-value=>
(get_current_value($self,'AllowOverride')));
- $q->param(-name=>'allowUrlfOpen',-value=>
- (get_current_value($self,'AllowUrlfOpen')));
+ $q->param(-name=>'allowUrlFopen',-value=>
+ (get_current_value($self,'AllowUrlFopen')));
$q->param(-name=>'memorylimit',-value=>
(get_current_value($self,'MemoryLimit')));
$q->param(-name=>'uploadmaxfilesize',-value=>
@@ -391,7 +391,7 @@
AllowOverride => 'allowOverride',
ModDav => 'modDav',
PHPVersion => 'PHPVersion',
- AllowUrlfOpen => 'allowUrlfOpen',
+ AllowUrlFopen => 'allowUrlFopen',
MemoryLimit => 'memorylimit',
FileUpload => 'fileupload',
UploadMaxFilesize => 'uploadmaxfilesize',
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/