Code Search for Developers
 
 
  

add_course.conf.php from pointcarre at Krugle


Show add_course.conf.php syntax highlighted

<?php // $Id: add_course.conf.php 2 2005-07-15 13:01:38Z roane $
/**
==============================================================================
*	This file holds the configuration constants and variables
*	for the add course tool.
*
*	@package dokeos.configuration
==============================================================================
*/

//if (basename($_SERVER["SCRIPT_FILENAME"])==basename(__FILE__)) die("Va voir ailleurs");

$is_allowedToRestore	= FALSE;	//
$sendByUploadAivailable	= FALSE;	//
$sendByLocaleAivailable = FALSE;	//
$sendByHTTPAivailable	= FALSE;	// not aivailable in 1.4
$sendByFTPAivailable	= FALSE;	// not aivailable in 1.4

$firstExpirationDelay   = 31536000; // <- 86400*365    // 60*60*24 = 1 jour = 86400

$localArchivesRepository = $rootSys."archive/";

$defaultVisibilityForANewCourse = 2;
$prefixAntiNumber ="z";
$DEBUG=FALSE;

?>




See more files for this project here

pointcarre

Pointcarre - a learning management system based on the Dokeos community releases. No fork, but containing locally developed extensions, features not (yet) in the standard release, integrated plugins...

Project homepage: http://sourceforge.net/projects/pointcarre
Programming language(s): PHP
License: other

  add_course.conf.php
  claro_main.conf.php.dist
  course_info.conf.php
  index.html
  mail.conf.php
  profile.conf.inc.php