diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-21 11:56:17 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-21 11:56:17 +0100 |
commit | 722d0b9742381fb3d9763d993212c461a1a40d8c (patch) | |
tree | a751ae5cc058ea66e8b6470a5ee7cb63fcc61a64 /phpBB | |
parent | aa9da98e8a0d3a784bfe84156ef4322daf38b356 (diff) | |
parent | eceb36a5463355707b9014533b3b19971f79177b (diff) | |
download | forums-722d0b9742381fb3d9763d993212c461a1a40d8c.tar forums-722d0b9742381fb3d9763d993212c461a1a40d8c.tar.gz forums-722d0b9742381fb3d9763d993212c461a1a40d8c.tar.bz2 forums-722d0b9742381fb3d9763d993212c461a1a40d8c.tar.xz forums-722d0b9742381fb3d9763d993212c461a1a40d8c.zip |
Merge pull request #4658 from kasimi/ticket/15035
[ticket/15035] Add phpinfo.php to 3.2.x install directory
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/phpinfo.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/install/phpinfo.php b/phpBB/install/phpinfo.php new file mode 100644 index 0000000000..28c3b9ff04 --- /dev/null +++ b/phpBB/install/phpinfo.php @@ -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(); |