You are here
John Gregory - Wed, 2011/02/23 - 19:46
Noobie question. How do I check the php version installed on my turnkey linux joomla15 applicance? I tried the webshell and php -v. It doesn't recognize the command. I don't see it listed in webmin. I'm sure it's easy... any hints?
TIA - john
Forum:
upload a php file containing
upload a php file containing a phpinfo() call and hit it in your browser:
<?php phpinfo(); ?>
Add new comment