Fixed some newly-introduced bugs caused by recent function name change
[moodle.git] / lib / defaults.php
blob18b15eb8b1aece4dc86b081e883ad363e38f8e22
1 <?PHP // $Id$
3 // This file is generally only included from admin/index.php
4 // It defines default values for any important configuration variables
6 $defaults = array (
7 "auth" => "email",
8 "allowunenroll" => true,
9 "cachetext" => 60,
10 "changepassword" => true,
11 "country" => "",
12 "debug" => 7,
13 "deleteunconfirmed" => 168,
14 "filteruploadedfiles" => true,
15 "forcelogin" => false,
16 "fullnamedisplay" => "firstname lastname",
17 "framename" => "_top",
18 "frontpage" => 0,
19 "gdversion" => 1,
20 "guestloginbutton" => 1,
21 "htmleditor" => true,
22 "lang" => "en",
23 "langmenu" => 1,
24 "langlist" => "",
25 "locale" => "en",
26 "loglifetime" => 0,
27 "longtimenosee" => 100,
28 "maxbytes" => 0,
29 "maxeditingtime" => 1800,
30 "opentogoogle" => false,
31 "prefix" => "",
32 "proxyhost" => "",
33 "proxyport" => "",
34 "secureforms" => false,
35 "sessioncookie" => "",
36 "sessiontimeout" => 7200,
37 "slasharguments" => 1,
38 "smtphosts" => "",
39 "smtppass" => "",
40 "smtpuser" => "",
41 "teacherassignteachers" => true,
42 "textfilters" => "mod/glossary/dynalink.php",
43 "timezone" => 99,
44 "theme" => "standard",
45 "unzip" => "",
46 "zip" => ""