15,039
edits
m (→開放訪客註冊) |
|||
| Line 101: | Line 101: | ||
* Administration / Users / Authentication / Manage authentication | * Administration / Users / Authentication / Manage authentication | ||
** Self registration: Email-based self-registration (Moodle 1.9.7) | ** Self registration: Email-based self-registration (Moodle 1.9.7) | ||
=== Message: Enabling the PHP setting display_errors is not recommended on production sites because some error messages may reveal sensitive information about your server. === | |||
* find php.ini file | |||
<pre> | |||
original: display_errors = On | |||
after: display_errors = Off | |||
</pre> | |||
== modify the translation file == | == modify the translation file == | ||