Author: sevein
Date: Tue Jul 31 14:59:35 2012
New Revision: 12020
Log:
Use SSL for updateCheck
Modified:
trunk/apps/qubit/modules/default/actions/updateCheckComponent.class.php
Modified:
trunk/apps/qubit/modules/default/actions/updateCheckComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/default/actions/updateCheckComponent.class.php
Tue Jul 31 14:59:05 2012 (r12019)
+++ trunk/apps/qubit/modules/default/actions/updateCheckComponent.class.php
Tue Jul 31 14:59:35 2012 (r12020)
@@ -35,7 +35,7 @@
}
// updateCheck service URL
- $this->updateCheckUrl = 'http://updatecheck.qubit-toolkit.org/check/';
+ $this->updateCheckUrl = 'https://updatecheck.qubit-toolkit.org/check/';
// Application version
$this->currentVersion = qubitConfiguration::VERSION;
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.