Update controller and custom to use our for db handles
This commit is contained in:
@@ -44,13 +44,13 @@ use esmith::NetworksDB::UTF8;
|
|||||||
use esmith::HostsDB;
|
use esmith::HostsDB;
|
||||||
use esmith::DomainsDB::UTF8;
|
use esmith::DomainsDB::UTF8;
|
||||||
|
|
||||||
my $cdb;
|
our $cdb;
|
||||||
my $adb;
|
our $adb;
|
||||||
my $ndb;
|
our $ndb;
|
||||||
my $hdb;
|
our $hdb;
|
||||||
my $ddb;
|
our $ddb;
|
||||||
|
|
||||||
my %${prefix}_data;
|
our %${prefix}_data;
|
||||||
|
|
||||||
require '/usr/share/smanager/lib/SrvMngr/Controller/${PackageName}-Custom.pm'; #The code that is to be added by the developer
|
require '/usr/share/smanager/lib/SrvMngr/Controller/${PackageName}-Custom.pm'; #The code that is to be added by the developer
|
||||||
|
|
||||||
|
@@ -18,11 +18,11 @@ use constant TRUE => 1;
|
|||||||
|
|
||||||
|
|
||||||
#The most common ones - open DB when required.
|
#The most common ones - open DB when required.
|
||||||
my $cdb;
|
#my $cdb;
|
||||||
my $adb;
|
#my $adb;
|
||||||
my $ndb;
|
#my $ndb;
|
||||||
my $hdb;
|
#my $hdb;
|
||||||
my $ddb;
|
#my $ddb;
|
||||||
|
|
||||||
#The most common ones - you might want to use these if you need to make sure that the DB is refreshed.
|
#The most common ones - you might want to use these if you need to make sure that the DB is refreshed.
|
||||||
#$cdb = esmith::ConfigDB::UTF8->open() || die("Couldn't open config db");
|
#$cdb = esmith::ConfigDB::UTF8->open() || die("Couldn't open config db");
|
||||||
|
Reference in New Issue
Block a user