Adding headers

skala
Julio Montoya 16 years ago
parent ecd2c86952
commit 6be560efa0
  1. 2
      main/newscorm/lp_save.php
  2. 4
      main/newscorm/lp_stats.php
  3. 7
      main/newscorm/lp_toc.php
  4. 5
      main/newscorm/lp_upload.php

@ -3,7 +3,7 @@
/** /**
* Script that handles the saving of item status * Script that handles the saving of item status
* @package dokeos.learnpath * @package chamilo.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
*/ */

@ -1,10 +1,10 @@
<?php <?php
/* For licensing terms, see /dokeos_license.txt */ /* For licensing terms, see /license.txt */
/** /**
* This script displays statistics on the current learning path (scorm) * This script displays statistics on the current learning path (scorm)
* *
* This script must be included by lp_controller.php to get basic initialisation * This script must be included by lp_controller.php to get basic initialisation
* @package dokeos.learnpath * @package chamilo.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
*/ */

@ -1,12 +1,9 @@
<?php //$id: $ <?php
/* For licensing terms, see /license.txt */
/** /**
* Script opened in an iframe and containing the learning path's table of contents * Script opened in an iframe and containing the learning path's table of contents
* @package dokeos.learnpath * @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
* @license GNU/GPL - See Dokeos license directory for details
*/
/**
* Script
*/ */
//flag to allow for anonymous user - needs to be set before global.inc.php //flag to allow for anonymous user - needs to be set before global.inc.php
$use_anonymous = true; $use_anonymous = true;

@ -1,7 +1,8 @@
<?php //$id: $ <?php
/* For licensing terms, see /license.txt */
/** /**
* Script managing the learnpath upload. To best treat the uploaded file, make sure we can identify it. * Script managing the learnpath upload. To best treat the uploaded file, make sure we can identify it.
* @package dokeos.learnpath * @package chamilo.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
*/ */
/** /**

Loading…
Cancel
Save