Skip to content

Commit 4f0d1af

Browse files
author
mreishman
committed
fixed setup
1 parent 850218d commit 4f0d1af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

core/conf/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
'defaultGroupViewOnLoad' => 'All',
7979
'datePicker' => '07/04/2017',
8080
'watchList' => array(
81-
'Example Server' => array('WebsiteBase' => 'website.com','urlHit' => 'location of file if not default', "archive" => 'false')
81+
'Example Server' => array('WebsiteBase' => 'website.com','urlHit' => 'location of file if not default', "Archive" => 'false')
8282
),
8383
'serverWatchList' => array(
84-
'Example Server' => array('WebsiteBase' => 'website.com','Folder' => '/var/www/html/', 'Website' => 'website.com','githubRepo' => 'githubRepo', 'groupInfo'=> 'Group', 'urlHit' => 'location of file if not default', "type" => "local", "gitType" => "github", "archive" => 'false')
84+
'Example Server' => array('WebsiteBase' => 'website.com','Folder' => '/var/www/html/', 'Website' => 'website.com','githubRepo' => 'githubRepo', 'groupInfo'=> 'Group', 'urlHit' => 'location of file if not default', "type" => "local", "gitType" => "github", "Archive" => 'false')
8585
)
8686
);

core/html/changelog.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<li>
1212
Fixed bug with cache status missing on initial load causing errors
1313
</li>
14+
<li>
15+
Fixed bug with default values in config for archive
16+
</li>
1417
</ul>
1518
</li>
1619
</ul>

0 commit comments

Comments
 (0)