From 95056a03f9fed438651ee6dd65e30b4ec1914e0a Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 6 Oct 2006 06:26:06 +0000 Subject: [PATCH] Fix some doc links --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 0ed007c8d4..c4184ab359 100644 --- a/admin/index.php +++ b/admin/index.php @@ -38,7 +38,7 @@ /// Check some PHP server settings - $documentationlink = "please read the install documentation"; + $documentationlink = 'Installation docs'; if (ini_get_bool('session.auto_start')) { error("The PHP server variable 'session.auto_start' should be Off - $documentationlink"); -- 2.39.5