The version is obtained from the database in administrator/components/com_admin/src/Model/SysinfoModel.php:
Code:
$db = $this->getDatabase(); $this->info = [ 'php' => php_uname(), 'dbserver' => $db->getServerType(), 'dbversion' => $db->getVersion(), 'dbcollation' => $db->getCollation(),
Statistics: Posted by ceford — Fri Jul 26, 2024 12:16 pm