]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update outdated comment
authorVolkan Gezer <wakeup@users.noreply.github.com>
Mon, 28 Apr 2014 18:23:18 +0000 (20:23 +0200)
committerVolkan Gezer <wakeup@users.noreply.github.com>
Mon, 28 Apr 2014 18:23:18 +0000 (20:23 +0200)
lib/private/updater.php

index a59e3820debee8975b005614b81db971b78ee86f..7b09f58017615a2e0bb13df251152bb52adc782c 100644 (file)
@@ -117,7 +117,7 @@ class Updater extends BasicEmitter {
                 * START CONFIG CHANGES FOR OLDER VERSIONS
                 */
                if (!\OC::$CLI && version_compare($installedVersion, '6.90.1', '<')) {
-                       // Add the overwriteHost config if it is not existant
+                       // Add the trusted_domains config if it is not existant
                        // This is added to prevent host header poisoning
                        \OC_Config::setValue('trusted_domains', \OC_Config::getValue('trusted_domains', array(\OC_Request::serverHost()))); 
                }