Bug Fixed
-
Assignemnts cannot be downloaded if SSL is enabled. To fix this in homeworks.php controller find line:
header(“Content-Length: ” . strlen($fileblob));
and replace with
header(“Content-Length: ” . filesize($fileblob));
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug Fixed’ is closed to new replies.