Skip to content
Snippets Groups Projects
Commit 0b69245c authored by Chris Jones's avatar Chris Jones
Browse files

try to make motd utf8

parent e70f5a39
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,6 @@ $motd .= "---------------------------- [ http://sucs.org/ ] --------------------
//if (time()-filemtime($motd_file) < 86000 && $poemmode == 1) { //86000 to allow a little slack depending on when cron runs
// print "MOTD too recent to replace with a poem!\n";
//} else {
file_put_contents($motd_file, $motd);
file_put_contents($motd_file, utf8_encode($motd));
//}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment