]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Login form for guests in surfbar added, some trigger_error() added, misc rewrites
[mailer.git] / inc / wrapper-functions.php
index 738b5b6e3d9be42f16008593b602f50c0e65d2eb..05f5a056e69e294a08a8ae3632be775d6bcb1ed7 100644 (file)
@@ -285,10 +285,10 @@ function isInstalled () {
        return (
        (
                // New config file found and loaded
        return (
        (
                // New config file found and loaded
-               getConfig('MXCHANGE_INSTALLED') == 'Y'
+               isIncludeReadable('inc/cache/config-local.php')
        ) || (
        ) || (
-               // Fall-back!
-               isIncludeReadable('inc/config.php')
+               // Fall-back to config
+               getConfig('MXCHANGE_INSTALLED') == 'Y'
        ) || (
                (
                        // New config file found, but not yet read
        ) || (
                (
                        // New config file found, but not yet read