Newer
Older
moodlog_web / config.php
0xRoM on 4 Jan 190 bytes now with added habit tracker
<?php
$password = "098f6bcd4621d373cade4e832627b4f6"; // MD5 of your password here (default = test)
$moodlog = "moodlog.txt"; // Location of you moodlog.txt
$habitlog = "habit.txt";
?>