曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜.
<?php
/*
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos SPRL
For a full list of contributors, see "credits.txt".
The full license can be read in "license.txt".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
See the GNU General Public License for more details.
Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium
Mail: info@dokeos.com
==============================================================================
*/
/**
==============================================================================
* This file holds the configuration constants and variables
* for the course info tool.
*
* @package dokeos.configuration
==============================================================================
*/
$course_info_is_editable = true;
/*
//if (basename($_SERVER["SCRIPT_FILENAME"])==basename(__FILE__)) die("Va voir ailleurs");
$showLinkToExportThisCourse = TRUE;
$showLinkToBackupThisCourse = TRUE;
$showLinkToRecycleThisCourse = TRUE;
$showLinkToRestoreCourse = TRUE;
$showLinkToCopyThisCourse = TRUE;
*/
// If true, these fileds keep the previous content.
/*
$canBeEmpty["screenCode"] = FALSE;
$canBeEmpty["course_title"] = FALSE;
$canBeEmpty["course_category"] = TRUE;
$canBeEmpty["description"] = TRUE;
$canBeEmpty["visibility"] = FALSE;
$canBeEmpty["titulary"] = FALSE;
$canBeEmpty["course_language"]= FALSE;
$canBeEmpty["department_name"] = TRUE;
$canBeEmpty["department_url"] = TRUE;
*/
$showDiskQuota = TRUE;
//$showDiskUse = TRUE;
//$showLinkToChangeDiskQuota = TRUE;
$showExpirationDate = TRUE;
$showCreationDate = TRUE;
$showLastEdit = TRUE;
$showLastVisit = TRUE;
$canReportExpirationDate = TRUE; // need to be true
// if ScriptToReportExpirationDate
// is not automaticly called
//$linkToChangeDiskQuota = "changeQuota.php";
$urlScriptToReportExpirationDate = "postpone.php"; // external script to postpone the expiration of course.
?>