Check Current Joomla Version

From P&T Knowledgebase
Jump to navigation Jump to search

ในกรณีที่เข้า administrator/ ไม่ได้ สามารถตรวจสอบเวอร์ชั่นปัจจุบันของ Joomla ได้จากไฟล์

language/en-GB/en-GB.xml

โดยเสิร์ซหาคำว่า version จะเจอข้อความนี้

<?xml version=”1.0″ encoding=”utf-8″?>
<metafile version=”1.5″  client=”site” >
<version>1.5.x</version>

Linux command

grep version language/en-GB/en-GB.xml

Linux command(2)

grep "var \$RELEASE" libraries/joomla/version.php
grep "var \$DEV_LEVEL" libraries/joomla/version.php
#