aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_php_info.html
blob: e1d4731c6422e1237714d77e8a5fb8b6fe29f985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- INCLUDE overall_header.html -->

<a name="maincontent"></a>

<h1>{L_ACP_PHP_INFO}</h1>

<p>{L_ACP_PHP_INFO_EXPLAIN}</p>

<div style="overflow: auto; width: 99%;">
	{PHPINFO}
</div>

<!-- INCLUDE overall_footer.html -->