mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
parent
cafe41fa24
commit
92afe8e76a
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,8 @@ function domain_management_hook_get_db()
|
||||||
{
|
{
|
||||||
global $domain_management_return_set;
|
global $domain_management_return_set;
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
$db = new DBLayer( 'shard' );
|
$db = new DBLayer( 'shard' );
|
||||||
|
|
||||||
//get all domains
|
//get all domains
|
||||||
|
@ -91,6 +93,10 @@ function domain_management_hook_get_db()
|
||||||
}
|
}
|
||||||
|
|
||||||
return $rows;
|
return $rows;
|
||||||
|
|
||||||
|
} catch (Exception $e) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue