initial commit of file from CVS for smeserver-manager on Fri Mar 22 14:54:28 AEDT 2024
This commit is contained in:
15
root/usr/share/smanager/lib/README
Normal file
15
root/usr/share/smanager/lib/README
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user