1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/get-involved/index.php
Adam Harvey 53e9973cf9 An in-progress rewrite of the get involved section to be a set of pages.
Work so far:

* Split the (terrific) article bjori wrote out into a separate page.
* Move the notes for running the tests into a separate page and clean them up
  to be a bit easier to follow.

Plans:

* Write a rough step-by-step guide to submitting a pull request — we have
  information on the Wiki around merging a pull request, and information
  scattered across the site on using Git, but nothing that really pulls it
  together.
2012-12-27 20:05:43 +08:00

6 lines
160 B
PHP

<?php
$_SERVER['BASE_PAGE'] = 'get-involved/index.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
mirror_redirect('/get-involved.php');