myip.dn42/wwwroot/plain_asn.php

8 lines
88 B
PHP
Raw Permalink Normal View History

<?php
include 'config.php';
header('Content-Type: text/plain');
echo $node_asn;
?>