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