You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					44 lines
				
				1.3 KiB
			
		
		
			
		
	
	
					44 lines
				
				1.3 KiB
			| 
								 
											18 years ago
										 
									 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											19 years ago
										 
									 | 
							
								/**
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								 *	This file holds the configuration constants and variables
							 | 
						||
| 
								 | 
							
								 *	for the course info tool.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 *	@package chamilo.configuration
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 
											19 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								$course_info_is_editable = true;
							 | 
						||
| 
								 
											18 years ago
										 
									 | 
							
								/*
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								//if (basename($_SERVER['SCRIPT_FILENAME']) == basename(__FILE__)) die('Va voir ailleurs');
							 | 
						||
| 
								 | 
							
								$showLinkToExportThisCourse			= true;
							 | 
						||
| 
								 | 
							
								$showLinkToBackupThisCourse			= true;
							 | 
						||
| 
								 | 
							
								$showLinkToRecycleThisCourse		= true;
							 | 
						||
| 
								 | 
							
								$showLinkToRestoreCourse			= true;
							 | 
						||
| 
								 | 
							
								$showLinkToCopyThisCourse			= true;
							 | 
						||
| 
								 
											18 years ago
										 
									 | 
							
								*/
							 | 
						||
| 
								 
											19 years ago
										 
									 | 
							
								// If true, these fileds  keep the previous content.
							 | 
						||
| 
								 
											18 years ago
										 
									 | 
							
								/*
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								$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;
							 | 
						||
| 
								 
											18 years ago
										 
									 | 
							
								*/
							 | 
						||
| 
								 
											19 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											11 years ago
										 
									 | 
							
								$showDiskQuota = true;
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								//$showDiskUse						= true;
							 | 
						||
| 
								 | 
							
								//$showLinkToChangeDiskQuota		= true;
							 | 
						||
| 
								 
											11 years ago
										 
									 | 
							
								$showExpirationDate = true;
							 | 
						||
| 
								 | 
							
								$showCreationDate = true;
							 | 
						||
| 
								 | 
							
								$showLastEdit = true;
							 | 
						||
| 
								 | 
							
								$showLastVisit = true;
							 | 
						||
| 
								 | 
							
								$canReportExpirationDate = true; // Needs to be true
							 | 
						||
| 
								 | 
							
								// if ScriptToReportExpirationDate
							 | 
						||
| 
								 | 
							
								// is not automaticly called
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								//$linkToChangeDiskQuota			= 'changeQuota.php';
							 | 
						||
| 
								 
											11 years ago
										 
									 | 
							
								$urlScriptToReportExpirationDate = 'postpone.php'; // external script to postpone the expiration of course.
							 |