aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php
index 174c8f8b4..dc785974b 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -107,7 +107,9 @@
// We don't want to load or reload these files
$file_exceptions = array(
- '.','..',
+ '.','..',
+ '.DS_Store',
+ 'Thumbs.db',
'.svn',
'CVS','cvs',
'settings.php','settings.example.php','languages.php','exceptions.php','elgglib.php','database.php','actions.php','sessions.php'