]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
- Login failtures added to admin/member menu
[mailer.git] / inc / stylesheet.php
index 17572429a25e349180352895c422a46b8ac4a8b3..497339beb8f04e02050180306449f824268e4989 100644 (file)
@@ -75,7 +75,7 @@ if (($CSS == "1") || ($_CONFIG['css_php'] == "DIRECT"))
                $file = $BASE.$value;
 
                // Do include only existing files and whose are not empty
-               if ((file_exists($file)) && (filesize($file) > 0)) {
+               if ((FILE_READABLE($file)) && (filesize($file) > 0)) {
                        switch ($_CONFIG['css_php']) {
                                case "DIRECT":
                                        OUTPUT_HTML("<link rel=\"stylesheet\" type=\"text/css\" href=\"".URL."/".$BASE."\" />");