diff -urN smeserver-userpanel-1.4.old/root/etc/e-smith/events/actions/conf-userpanelsymlinks smeserver-userpanel-1.4/root/etc/e-smith/events/actions/conf-userpanelsymlinks --- smeserver-userpanel-1.4.old/root/etc/e-smith/events/actions/conf-userpanelsymlinks 2014-08-22 19:08:39.000000000 +0400 +++ smeserver-userpanel-1.4/root/etc/e-smith/events/actions/conf-userpanelsymlinks 2020-11-04 16:21:22.487000000 +0400 @@ -75,8 +75,8 @@ if ( -e "/etc/e-smith/web/functions/$link" && ! -e "/etc/e-smith/web/panels/user/cgi-bin/$link" ) { - #symlink("../../../functions/$link", "/etc/e-smith/web/panels/user/cgi-bin/$link") || - link("/etc/e-smith/web/functions/$link", "/etc/e-smith/web/panels/user/cgi-bin/$link") || + symlink("../../../functions/wrapper", "/etc/e-smith/web/panels/user/cgi-bin/$link") || + #link("/etc/e-smith/web/functions/$link", "/etc/e-smith/web/panels/user/cgi-bin/$link") || warn "Couldn't link('functions/$link' to '/etc/e-smith/web/panels/user/cgi-bin/$link'): $!\n"; } }