mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-16 03:02:22 +01:00
Removed unnecessary line
This commit is contained in:
parent
160156dcb5
commit
cfbe93ba38
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ class Credentials
|
||||||
|
|
||||||
$description = $description !== null ? $description : $record['description'];
|
$description = $description !== null ? $description : $record['description'];
|
||||||
$type = $type !== null ? $type : $record['type'];
|
$type = $type !== null ? $type : $record['type'];
|
||||||
$secret = $secret !== null ? $secret : $record['security'];
|
|
||||||
|
|
||||||
if ($type === 'key') {
|
if ($type === 'key') {
|
||||||
if (openssl_pkey_get_public($key) === false) {
|
if (openssl_pkey_get_public($key) === false) {
|
||||||
|
|
Loading…
Reference in a new issue