mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
12 lines
No EOL
221 B
HTML
12 lines
No EOL
221 B
HTML
<!-- 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 --> |