diff options
| author | MateBartus <mate.bartus@gmail.com> | 2015-04-17 18:38:21 +0200 |
|---|---|---|
| committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-08 01:27:55 +0200 |
| commit | 14e8f712ae0278afff2a750b707dfd66f6e13182 (patch) | |
| tree | d78d9fbaa74946efd68ab57cd810026cf5d0c298 /phpBB/install_old/phpinfo.php | |
| parent | 2fbfb0e00436acc090a55e1739cf8bdd3b5c4497 (diff) | |
| download | forums-14e8f712ae0278afff2a750b707dfd66f6e13182.tar forums-14e8f712ae0278afff2a750b707dfd66f6e13182.tar.gz forums-14e8f712ae0278afff2a750b707dfd66f6e13182.tar.bz2 forums-14e8f712ae0278afff2a750b707dfd66f6e13182.tar.xz forums-14e8f712ae0278afff2a750b707dfd66f6e13182.zip | |
[ticket/13740] Moving old installer to install_old
PHPBB3-13740
Diffstat (limited to 'phpBB/install_old/phpinfo.php')
| -rw-r--r-- | phpBB/install_old/phpinfo.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/install_old/phpinfo.php b/phpBB/install_old/phpinfo.php new file mode 100644 index 0000000000..1512b00563 --- /dev/null +++ b/phpBB/install_old/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(); |
