fix getversion
This commit is contained in:
parent
34b162e5d3
commit
a0a03f386a
1 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<?php
|
||||
$version = include 'config/coolify.php';
|
||||
echo $version['version'];
|
||||
include 'vendor/autoload.php';
|
||||
$config = include 'config/coolify.php';
|
||||
echo $config['version'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue