Jean-Philippe Pialasse b44f1c5000 * Mon Jun 09 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-84.sme
- fix Directory caching issue [SME: 13026]
- WIP use esmith::*DB::UTF8 to access db flat files [SME: 13027]
2025-06-09 00:46:19 -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;
}