[svn r16700] fix for videoconference in https on IE

skala
Arnaud Ligot 16 years ago
parent 133e6d7afd
commit 0b834f8544
  1. 6
      main/conference/api.php
  2. 4
      main/conference/checksession.php

@ -1,5 +1,9 @@
<?php
/* See license terms in /dokeos_license.txt */
/* FIX for IE cache when using https */
session_cache_limiter("none");
/**
==============================================================================
* This is an interface between Dokeos and Videoconference application
@ -7,7 +11,7 @@
==============================================================================
*/
/*==== DEBUG ====*/
$debug=255;
$debug=0;
/*==== CONSTANTS ==== */
define('VIDEOCONF_UPLOAD_PATH', '/videoconf');
$presentation_extension = array('.ppt', '.odp');

@ -1,5 +1,9 @@
<?php
/* See license terms in /dokeos_license.txt */
/* FIX for IE cache when using https */
session_cache_limiter("none");
/**
* This script gives information to the videoconference scripts (in OpenLaszlo)
* to use the right URL and ports for the videoconference.

Loading…
Cancel
Save