This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## | |
# Interactive Moodle update script. This script works only if you use git as | |
# source for Moodle core files and modules. | |
# | |
# The script doesn't write to a log file. For best results execute it with tee : | |
# | |
# moodleup 2>&1 | tee moodleup.log | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file stats forums Moodle | |
* | |
* @category local | |
* @author Comete <[email protected]> | |
*/ | |
require_once '../config.php'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": | |
[ | |
{ | |
"path": "." | |
} | |
], | |
"settings": | |
{ | |
"tab_size": 4, |