smeserver-manager/root/usr/share/smanager/lib
Brian Read a4668da720 * Sun Feb 09 2025 Brian Read <brianr@koozali.org> 11.0.0-50.sme
- Move all routines from FormMagic still called by SM2 panels to SM2 [SME:12906]
- delete all references to FormMagic
2025-02-09 15:34:41 +00:00
..
SrvMngr * Sun Feb 09 2025 Brian Read <brianr@koozali.org> 11.0.0-50.sme 2025-02-09 15:34:41 +00: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 * Sun Feb 09 2025 Brian Read <brianr@koozali.org> 11.0.0-50.sme 2025-02-09 15:34:41 +00: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;
}