Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/admin/variables.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/admin/variables.thtml')
-rw-r--r--site/app/views/admin/variables.thtml10
1 files changed, 5 insertions, 5 deletions
diff --git a/site/app/views/admin/variables.thtml b/site/app/views/admin/variables.thtml
index a14966e..29db307 100644
--- a/site/app/views/admin/variables.thtml
+++ b/site/app/views/admin/variables.thtml
@@ -56,11 +56,11 @@
<h2>PHP info</h2>
<div>
- <? phpinfo(INFO_GENERAL); ?>
- <? phpinfo(INFO_CONFIGURATION); ?>
- <? phpinfo(INFO_MODULES); ?>
- <? phpinfo(INFO_ENVIRONMENT); ?>
- <? phpinfo(INFO_VARIABLES); ?>
+ <?= phpinfo(INFO_GENERAL); ?>
+ <?= phpinfo(INFO_CONFIGURATION); ?>
+ <?= phpinfo(INFO_MODULES); ?>
+ <?= phpinfo(INFO_ENVIRONMENT); ?>
+ <?= phpinfo(INFO_VARIABLES); ?>
</div>
</div>