Joomla Platform 11.x or 12.x - how to find out? - Joomla! Forum - community, help and support
i not sure correct sub-forum post question, sorry if got wrong.
i working on system based on joomla platform. project started more 2 years ago, , far know, based on joomla 1.6, not sure. basically, original developer took joomla apart, kept core files, removed admin functionality (i still don't understand, why did that). worse that, erased comments core files.
so, using modified joomla, , know is.
is there sure way find out, version of joomla platform using?
i working on system based on joomla platform. project started more 2 years ago, , far know, based on joomla 1.6, not sure. basically, original developer took joomla apart, kept core files, removed admin functionality (i still don't understand, why did that). worse that, erased comments core files.
so, using modified joomla, , know is.
is there sure way find out, version of joomla platform using?
it should show joomla platform version number in /libraries/platform.php
for example:
or
for example:
code: select all
const release = '11.4';
or
code: select all
const release = '12.2';
Comments
Post a Comment