]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
More time() in SQL queries replace with UNIX_TIMESTAMP()
[mailer.git] / inc / modules / admin / what-extensions.php
index 80b0cd03e751d0a4983f70293f35e79cd7db1eea..1930311d39beb6f4eba05806380b71021dd4a631 100644 (file)
@@ -369,7 +369,7 @@ case "search": // Search for new extensions on our server
                                if (empty($cver)) $cver = "-.-";
 
                                // Is the extension already installed or not?
-                               if (!file_exists($file) || ($ver != $cver))
+                               if (!FILE_READABLE($file) || ($ver != $cver))
                                {
                                        // No, it isn't. So let's add this one!
                                        $EXT_SEARCH['fname'][]  = $name;