📜  moodle 当前版本查找 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:09.853000             🧑  作者: Mango

代码示例1
Inside /version.php near the end of the file you will find something like that

$release  = '3.5.7+ (Build: 20190830)'; // Human-friendly version name

The version in this case is "3.5.7"