Jean-Philippe Pialasse e8d6d39583 * Mon Jun 09 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-88.sme
- add datetime getYear_list [SME: 13031]
- use esmith::*DB::UTF8 to access db flat files [SME: 13027]
- fix typo [SME: 13038]
2025-06-10 07:17:32 -04: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;
}