tabs to spaces

This commit is contained in:
nerdalertdk
2016-08-26 10:11:20 +02:00
committed by GitHub
parent 4db541cc32
commit feb6696026

View File

@@ -1320,7 +1320,7 @@ function list_services()
} }
// GET BY HOST // GET BY HOST
if(isset($router['hostname'])) { if (isset($router['hostname'])) {
$hostname = $router['hostname']; $hostname = $router['hostname'];
$device_id = ctype_digit($hostname) ? $hostname : getidbyname($hostname); $device_id = ctype_digit($hostname) ? $hostname : getidbyname($hostname);