Transport cleanup
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / transports / kyberia.sk.inc
index 23e40d29868c7b3c283b25369faa91d8aaf5c3fa..16205724d9647c1d121a258bc6a6139e82a2e261 100644 (file)
@@ -3,6 +3,10 @@ $transport_name='kyberia.sk';
 
 global $transports;
 
+$transports[$transport_name]['get_node_url']=function($id, $protocol='http', $domain='kyberia.sk') {
+       return "$protocol://$domain/id/$id";
+};
+
 $transports[$transport_name]['get_node_content']=function($id, $protocol='http', $domain='kyberia.sk', $content_template='2019721') {
        return file_get_contents("$protocol://$domain/id/$id/$content_template");
 };
This page took 0.130098 seconds and 4 git commands to generate.