Author: Sara Golemon (sgolemon)
Date: 2021-07-08T19:42:58Z

Commit: 
https://github.com/php/web-php/commit/a6e552757d4d1bf6651e807f2aba953ad7471246
Raw diff: 
https://github.com/php/web-php/commit/a6e552757d4d1bf6651e807f2aba953ad7471246.diff

Fix BASE_PAGE for build-setup.php

Changed paths:
  M  build-setup.php


Diff:

diff --git a/build-setup.php b/build-setup.php
index 0ee8567b6..433e96c32 100644
--- a/build-setup.php
+++ b/build-setup.php
@@ -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 ='

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to