smeserver-manager/root/usr/share/smanager/lib
Brian Read 891fc73ce3 * Tue Apr 30 2024 Brian Read <brianr@koozali.org> 11.0.0-7.sme
- Remove use of hel command and replace by call to BlockDevices lib [SME: 12644]
2024-04-30 18:23:52 +01:00
..
SrvMngr * Tue Apr 30 2024 Brian Read <brianr@koozali.org> 11.0.0-7.sme 2024-04-30 18:23:52 +01:00
README initial commit of file from CVS for smeserver-manager on Fri Mar 22 14:54:28 AEDT 2024 2024-03-22 14:54:28 +11:00
SrvMngr.pm * Tue Apr 23 2024 Brian Read <brianr@koozali.org> 11.0.0-4.sme 2024-04-23 09:28:31 +01:00

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;
}