i2pd_speedtest/backend/getIP_util.php

9 lines
84 B
PHP
Executable File

<?php
/**
* @return string
*/
function getClientIp() {
return '127.0.0.1';
}