- Fix delete of ibay - typo in link - Move across toMB() sub from formmagick to quota.pm - Recast DB opening so it is specific to the route rather than global [SME: 12905]
all files stored in directory :
-> /usr/share/perl5/vendor_perl/smeserver/Panel ?
startup subroutines added for the server version
sub startup{
$self->plugin Config
$self->mode
$self->setup_plugins;
$self->setup_helpers;
$self->setup_paths;
$self->setup_sessions;
$self->setup_routing;
$self->setup_hooks;
}