1
0
Fork 0
mirror of https://git.dn42.dev/lare/myip.dn42.git synced 2024-10-24 03:11:33 +02:00
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;
?>