0.9.36-ng-a4 added support and doc for https

This commit is contained in:
Jan v. Lieshout 2006-04-18 15:38:29 +00:00
parent 0ac3e5bc81
commit 0bcb93d610

View File

@ -10,7 +10,8 @@
* @note <b> THIS IS STILL EXPERIMENTAL CODE </b> do not use in production. * @note <b> THIS IS STILL EXPERIMENTAL CODE </b> do not use in production.
* @note this script is supposed to be at: egw-root/icalsrv.php * @note this script is supposed to be at: egw-root/icalsrv.php
* *
* @version 0.9.36-ng-a1 first version for NAPI-3.1 (write in non owner rscs) * @version 0.9.36-ng-a4 first https robust version
* @since 0.9.36-ng-a1 first version for NAPI-3.1 (write in non owner rscs)
* @date 20060410 * @date 20060410
* @author Jan van Lieshout <jvl (at) xs4all.nl> Rewrite and extension for egw 1.2. * @author Jan van Lieshout <jvl (at) xs4all.nl> Rewrite and extension for egw 1.2.
* (see: @url http://www.egroupware.org ) * (see: @url http://www.egroupware.org )
@ -203,7 +204,7 @@ $reimport_missing_elements = true;
//-------- end of basic operation configuration variables ---------- //-------- end of basic operation configuration variables ----------
#error_log('_SERVER:' . print_r($_SERVER, true)); error_log('_SERVER:' . print_r($_SERVER, true));
// go parse our request uri // go parse our request uri
$requri = $_SERVER['REQUEST_URI']; $requri = $_SERVER['REQUEST_URI'];