From: moodler Date: Fri, 6 Oct 2006 06:26:06 +0000 (+0000) Subject: Fix some doc links X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=95056a03f9fed438651ee6dd65e30b4ec1914e0a;p=moodle.git Fix some doc links --- 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");