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