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