Skip to content

Commit a6e5527

Browse files
committed
Fix BASE_PAGE for build-setup.php
1 parent 543076f commit a6e5527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$_SERVER['BASE_PAGE'] = 'get-involved.php';
2+
$_SERVER['BASE_PAGE'] = 'build-setup.php';
33
include_once __DIR__ . '/include/prepend.inc';
44

55
$SIDEBAR_DATA ='

0 commit comments

Comments
 (0)