aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_php_info.html')
-rw-r--r--phpBB/adm/style/acp_php_info.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_php_info.html b/phpBB/adm/style/acp_php_info.html
new file mode 100644
index 0000000000..de065c4896
--- /dev/null
+++ b/phpBB/adm/style/acp_php_info.html
@@ -0,0 +1,13 @@
+<!-- INCLUDE overall_header.html -->
+
+<a name="maincontent"></a>
+
+<h1>{L_ACP_PHP_INFO}</h1>
+
+<p>{L_ACP_PHP_INFO_EXPLAIN}</p>
+
+<div class="phpinfo">
+ {PHPINFO}
+</div>
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file