From 732bb7e83c41ae5f28e355e328d33a28cda8b121 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 12 Apr 2001 05:17:12 +0000 Subject: [PATCH] Add CVSROOT --- setup/sql/default_applications.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +?>