| 1 |
<?php |
<?php |
| 2 |
//$Id: video_render.php,v 1.8.2.1 2009/05/27 01:48:28 heshanmw Exp $ |
//$Id: video_render.php,v 1.8.2.2 2009/06/01 01:10:32 heshanmw Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Renders a video. This script is called concurrently by video_scheduler.php |
* Renders a video. This script is called concurrently by video_scheduler.php |
| 54 |
|
|
| 55 |
include_once('./includes/bootstrap.inc'); |
include_once('./includes/bootstrap.inc'); |
| 56 |
//module_load_include('/includes/bootstrap.inc', 'video_render', 'includes/bootstrap'); |
//module_load_include('/includes/bootstrap.inc', 'video_render', 'includes/bootstrap'); |
| 57 |
|
// |
| 58 |
// disable error reporting for bootstrap process |
// disable error reporting for bootstrap process |
| 59 |
error_reporting(E_ERROR); |
error_reporting(E_ERROR); |
| 60 |
// let's bootstrap: we will be able to use drupal apis |
// let's bootstrap: we will be able to use drupal apis |