PHP also allows for short open tag <? (which is discouraged since it is only available if enabled using the short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option).
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
Comments
It may not work correctly!
Depending on your php setup - there is a problem here in at least 2 views.
several short tags within both versioncheck.php and vc-phpinfo.php
has several short tags.
<?
avoid them. use<?php
instead.otherwise you may not get complete info.
Ideally these should be changed so it will work in all configurations.
after you make these changes you will probably see Phpinfo correctly and the versions as well.
see http://php.net/manual/en/language.basic-syntax.phptags.php
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
Thanks for that I think I got them all…![<3 <3](https://open.vanillaforums.com/plugins/emojiextender/emoji/little/heart.png)
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌