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
|
<?php
|
||||||
$version = include 'config/coolify.php';
|
include 'vendor/autoload.php';
|
||||||
echo $version['version'];
|
$config = include 'config/coolify.php';
|
||||||
|
echo $config['version'];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue