From 459cdeb4f94138a77eb1fcc9ce3bb8609e6b2389 Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Fri, 4 Aug 2023 16:22:03 +0000 Subject: [PATCH] if null then throw error alert --- farp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farp.php b/farp.php index 4fd082b..6fef057 100644 --- a/farp.php +++ b/farp.php @@ -24,7 +24,7 @@ fwrite($myfile, $content); fclose($myfile); } else { - echo ''; + echo ''; } ?>