diff --git a/include/functions.php b/include/functions.php index 1b5ad4c..d4f7836 100644 --- a/include/functions.php +++ b/include/functions.php @@ -457,6 +457,8 @@ function getActualLink($logLines, $mode) { return $to; } } + return "not linked"; + break; } return "something went wrong!"; }