12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- $course_info_is_editable = true;
- $showDiskQuota = true;
- $showExpirationDate = true;
- $showCreationDate = true;
- $showLastEdit = true;
- $showLastVisit = true;
- $canReportExpirationDate = true;
-
-
- $urlScriptToReportExpirationDate = 'postpone.php';
|