diff --git a/setup/sql/default_applications.inc.php b/setup/sql/default_applications.inc.php index c5cb8dc61e..34850510fe 100644 --- a/setup/sql/default_applications.inc.php +++ b/setup/sql/default_applications.inc.php @@ -18,6 +18,7 @@ '.' => True, '..' => True, 'CVS' => True, + 'CVSROOT' => True, 'files' => True ); @@ -50,4 +51,4 @@ . "',1," . $app[1]['app_order'] . ", '" . $app[1]['app_tables'] . "', '" . $app[1]['version'] . "')"); } -?> \ No newline at end of file +?>