1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-02 23:12:46 +02:00

Merge pull request #4658 from kasimi/ticket/15035

[ticket/15035] Add phpinfo.php to 3.2.x install directory
This commit is contained in:
Marc Alexander 2017-01-21 11:56:17 +01:00
commit 722d0b9742
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

14
phpBB/install/phpinfo.php Normal file
View File

@ -0,0 +1,14 @@
<?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();