[evolvis-commits] r11330: added configuration variable to support SSL requests↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:07:47 CET 2011


Author: mirabilos
Date: 2011-02-24 18:07:47 +0100 (Thu, 24 Feb 2011)
New Revision: 11330

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge-plugin-cvstracker/etc/plugins/cvstracker/config.php
Log:
added configuration variable to support SSL requests


Modified: trunk/gforge_base/evolvisforge-5.1/gforge-plugin-cvstracker/etc/plugins/cvstracker/config.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge-plugin-cvstracker/etc/plugins/cvstracker/config.php	2011-02-24 17:07:46 UTC (rev 11329)
+++ trunk/gforge_base/evolvisforge-5.1/gforge-plugin-cvstracker/etc/plugins/cvstracker/config.php	2011-02-24 17:07:47 UTC (rev 11330)
@@ -1,6 +1,6 @@
 <?php
 
-$use_ssl = "true"; //whether to use SSL or standard HTTP
+$use_ssl = true; //whether to use SSL or standard HTTP
 $sys_default_domain = "trialgforge.org";
 $sys_plugins_path = "/opt/gforge/gforge/plugins/";
 $sys_cvsroot_path = $cvsdir_prefix;



More information about the evolvis-commits mailing list