From: skodak Date: Thu, 31 Aug 2006 21:15:12 +0000 (+0000) Subject: 'prefix' can only be defined in config.php, it can not be changed or stored in databa... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3a25fa7286600ead8227b093e4cc3da12f3c1d75;p=moodle.git 'prefix' can only be defined in config.php, it can not be changed or stored in database ;-) --- diff --git a/admin/index.php b/admin/index.php index 2a9485c497..8a2d2c8c63 100644 --- a/admin/index.php +++ b/admin/index.php @@ -165,7 +165,6 @@ 'enrol' => 'internal', 'frontpage' => 1, 'guestloginbutton' => 1, - 'prefix' => 1, 'style' => 'default', 'template' => 'default', 'textfilters' => 'mod/glossary/dynalink.php',