commit
cb4e78bce1
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
|||
<?php
|
||||
|
||||
// To prevent github actions from failing
|
||||
function env()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
$version = include 'config/constants.php';
|
||||
echo $version['coolify']['version'] ?: 'unknown';
|
||||
|
|
|
|||
Loading…
Reference in a new issue