cat /usr/local/cpanel/Cpanel/GlobalSign/Models/Config.pm | grep VERSION | head -1 | cut -d "'" -f 2The latest version can be found here:
http://globalsign.com/downloads/oneclickssl/cpanel/updates.config
Helpful bits and bytes
cat /usr/local/cpanel/Cpanel/GlobalSign/Models/Config.pm | grep VERSION | head -1 | cut -d "'" -f 2The latest version can be found here:
http://globalsign.com/downloads/oneclickssl/cpanel/updates.config
csf -vThis will give you ALL the information, but if you want just the numeric version:
csf -v | cut -d ' ' -f 2
php -vThis will give you ALL the information, but if you want just the numeric version:
php -v | head -1 | cut -d ' ' -f 2
/usr/local/cpanel/whostmgr/docroot/themes/x/xtra/currentThe latest version can be found here:
http://www.whmxtra.com/pro/versions/latest
/usr/local/cpanel/whostmgr/docroot/cgi/zamfoo/zamfoo_reseller_version.cgi