mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 10:06:05 +02:00
Small security update
This commit is contained in:
parent
25c736b68b
commit
86f2096d1f
3 changed files with 7 additions and 6 deletions
|
@ -2290,9 +2290,9 @@ class DomainsController extends Controller
|
|||
} else {
|
||||
$clid = 0;
|
||||
}
|
||||
|
||||
|
||||
return view($response,'admin/domains/listTransfers.twig', [
|
||||
'clid' => $clid
|
||||
'clid' => base64_encode($clid)
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue