diff --git a/include/tools.php b/include/tools.php index 30dc7b1..b114863 100644 --- a/include/tools.php +++ b/include/tools.php @@ -30,7 +30,7 @@ function startsWith($haystack, $needle) { } function getMHZ($freq) { - return substr($freq,0,3) . "." . substr($freq,3,3) . "." . substr($freq,6) . " Mhz"; + return substr($freq,0,3) . "." . substr($freq,3,6) . " MHz"; } function isProcessRunning($processname) { @@ -71,4 +71,4 @@ function checkSetup() { } error_reporting($el); } -?> \ No newline at end of file +?>