smeserver-manager/root/usr/share/smanager/lib
Brian Read a428e91c92 * Thu May 09 2024 Brian Read <brianr@koozali.org> 11.0.0-9.sme
- Add mojo logo to footer [SME: 12679]
- Fix default for HeaderWeight to avoid noise in logs if no Nav header in file
- Align buttons consistently [SME: 12680]
2024-05-09 17:02:39 +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 * Thu May 09 2024 Brian Read <brianr@koozali.org> 11.0.0-9.sme 2024-05-09 17:02:39 +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;
}