15,076
edits
m (→= AppServ) |
|||
| Line 55: | Line 55: | ||
== secure the phpMyadmin == | == secure the phpMyadmin == | ||
* password | * password protected | ||
=== 系統設定 » Variables === | === 系統設定 » Variables === | ||
| Line 69: | Line 71: | ||
$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 === | |||
* in windows, setting the "read-only" permission of the config.php file | |||
=== cron.php maintenance script === | === cron.php maintenance script === | ||