myip.dn42/wwwroot/plain_location.php

8 lines
93 B
PHP
Raw Normal View History

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