SF.net SVN: phpwiki:[10916] trunk/lib/Google.php

vargenau--- via phpwiki-checkins <[email protected]> Thu, 20 Jan 2022 15:15:20 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10916
          http://sourceforge.net/p/phpwiki/code/10916
Author:   vargenau
Date:     2022-01-20 15:15:20 +0000 (Thu, 20 Jan 2022)
Log Message:
-----------
Use https

Modified Paths:
--------------
    trunk/lib/Google.php

Modified: trunk/lib/Google.php
===================================================================
--- trunk/lib/Google.php	2022-01-20 15:12:52 UTC (rev 10915)
+++ trunk/lib/Google.php	2022-01-20 15:15:20 UTC (rev 10916)
@@ -167,7 +167,7 @@
         if ($license_key)
             $this->license_key = $license_key;
         elseif (!defined('GOOGLE_LICENSE_KEY')) {
-            trigger_error("\nYou must first obtain a license key at http://www.google.com/apis/"
+            trigger_error("\nYou must first obtain a license key at https://www.google.com/apis/"
                 . "\nto be able to use the Google API." .
                 "\nIt's free however.", E_USER_WARNING);
             return false;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.