From db312df3e53630000c26fb2156403960a7befb09 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Sun, 25 Sep 2016 16:40:45 +0000 Subject: [PATCH] return not linked in YSF if not linked --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) 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!"; }