mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
9 lines
206 B
Ruby
9 lines
206 B
Ruby
xml.epp_head do
|
|
xml.response do
|
|
xml.result('code' => '2501') do
|
|
xml.msg(@msg || 'Authentication error; server closing connection')
|
|
end
|
|
|
|
render('epp/shared/trID', builder: xml)
|
|
end
|
|
end
|