mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix BASE_PAGE for build-setup.php
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'get-involved.php';
|
||||
$_SERVER['BASE_PAGE'] = 'build-setup.php';
|
||||
include_once __DIR__ . '/include/prepend.inc';
|
||||
|
||||
$SIDEBAR_DATA ='
|
||||
|
||||
Reference in New Issue
Block a user