15,039
edits
(add backup Moodle) |
|||
| Line 77: | Line 77: | ||
=== 系統設定 » Variables === | === 系統設定 » Variables === | ||
* lang: en -> zhtw_utf-8 ('''Recommend:''' Download the lang pack from official website by yourself not your moodle.) | * lang: en -> zhtw_utf-8 ('''Recommend:''' Download the lang pack from official website by yourself not your moodle.) | ||
* langlist: en, zh_tw_utf8 | * langlist: en, zh_tw_utf8; If you want to view different language version of moodle, you can add lang parameter in the URL address as follows: | ||
<pre> | |||
English: http://moodle.site/?lang=en | |||
Traditional Chinese: http://moodle.site/?lang=zh_tw_utf8 | |||
</pre> | |||
* (optional) slasharguments: file.php?file=/pic.jpg | * (optional) slasharguments: file.php?file=/pic.jpg | ||
* smtphosts: ISP? | * smtphosts: ISP? | ||
| Line 87: | Line 91: | ||
$CFG->dirroot = 'C:\AppServ\www\moodle'; | $CFG->dirroot = 'C:\AppServ\www\moodle'; | ||
-> $CFG->dirroot = "c:\appserv\www\moodle"; | -> $CFG->dirroot = "c:\appserv\www\moodle"; | ||
=== secure the config.php === | === secure the config.php === | ||