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', |