From 0a260c54f8c2cd7205d7a112654f56c46dff4891 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 18 Aug 2002 15:24:44 +0000 Subject: [PATCH] Better error (don't need a link) --- help.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/help.php b/help.php index 17b1851895..95ea0942ab 100644 --- a/help.php +++ b/help.php @@ -36,7 +36,8 @@ if (file_exists("$filepath")) { include("$filepath"); } else { - error("Can not find the specified help file"); + notify("Can not find the specified help file"); + die; } } } else { -- 2.39.5