mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Updated the text of an answer on the FAQ page that explained how to search for members on the forum. Originally the text read as `Visit to the “Members” page` which is grammatically incorrect, specifically `visit to the`. PHPBB-17382
14 lines
300 B
PHP
14 lines
300 B
PHP
<?php
|
|
/**
|
|
*
|
|
* This file is part of the phpBB Forum Software package.
|
|
*
|
|
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
|
* @license GNU General Public License, version 2 (GPL-2.0)
|
|
*
|
|
* For full copyright and license information, please see
|
|
* the docs/CREDITS.txt file.
|
|
*
|
|
*/
|
|
|
|
phpinfo();
|