Revela-Frontend/public/gethost.php
2024-02-29 13:51:12 -05:00

4 lines
63 B
PHP

<?php
$nodeId = shell_exec("hostname");
echo trim($nodeId);
?>