From 7758d00f9736e3ed097de259c0d9f01ca9617b42 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 18 Feb 2004 03:31:45 +0000 Subject: [PATCH] New "secret" variable --- config-dist.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-dist.php b/config-dist.php index 8563a5a918..4cbc9565c7 100644 --- a/config-dist.php +++ b/config-dist.php @@ -143,6 +143,9 @@ $CFG->admin = 'admin'; // texts like forum postings, journals etc). This is mostly only useful // when using the multilang filter. This feature may not be complete. // $CFG->filterall = true; +// +// Setting this to true will enable admins to edit any post at any time +// $CFG->admineditalways = true; -- 2.39.5