Server IP : 103.53.40.154 / Your IP : 18.224.55.63 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /backup2/../var/softaculous/ampache/../roundcube/../dokeos/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?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. ?>