diff options
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php index 81edfb905..f46c72c15 100644 --- a/engine/start.php +++ b/engine/start.php @@ -51,7 +51,8 @@ $file_exceptions = array(
'.','..',
- '.svn',
+ '.svn', + 'CVS',
'settings.php','settings.example.php','elgglib.php','database.php'
);
|