mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-16 09:37:00 +02:00
svtrid update
This commit is contained in:
parent
266a3386ac
commit
5674434894
2 changed files with 5 additions and 1 deletions
|
@ -73,7 +73,10 @@ function sendEppResponse($conn, $response) {
|
|||
$conn->send($lengthData . $response);
|
||||
}
|
||||
|
||||
function generateSvTRID($prefix = "Namingo") {
|
||||
function generateSvTRID() {
|
||||
global $c;
|
||||
$prefix = $c['epp_prefix'];
|
||||
|
||||
// Get current timestamp
|
||||
$timestamp = time();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue