From c009863461221e85f67945d3af807ec17dea06f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 23 Oct 2007 00:41:46 +0200 Subject: [PATCH] Add login link to standard error page login text --- include/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util.php b/include/util.php index bc4603f..99362ac 100644 --- a/include/util.php +++ b/include/util.php @@ -5,7 +5,7 @@ function util_show_error_page_and_exit($text = null, $message = null) { if (!$text) { - $text = "You must be logged in to perform that operation."; + $text = "You must be logged in to perform that operation."; } header("HTTP/1.0 404 Object not found or user is not logged in"); apidb_header("Oops");