]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-sql_patches.php
Removed deprecated code, inc/.secret/ is now obsolete and its files are located in...
[mailer.git] / inc / extensions / ext-sql_patches.php
index 43d87e3bad540821c9cd574527c95e6bea7238f9..138f723c1d053ad4807b114f3ffcbdcec4e94dff 100644 (file)
@@ -772,7 +772,7 @@ INDEX (`ip`)
                // Test again
                if ((isExtensionInstalledAndNewer('sql_patches', '0.3.6')) && (getFileHash() != '') && (getMasterSalt() != '') && (getPassScramble() != '')) {
                        // File hash fas generated so we can also file the secret file... hopefully.
-                       $hashFile = sprintf("%sinc/.secret/.%s", getPath(), getFileHash());
+                       $hashFile = sprintf("%sinc/cache/.%s", getPath(), getFileHash());
                        if (isFileReadable($hashFile)) {
                                // Read file
                                setConfigEntry('secret_key', readFromFile($hashFile));