This commit is contained in:
Andras Bacsai
2023-05-09 09:54:43 +02:00
parent ec3fe284b6
commit bba8b25b48
14 changed files with 87 additions and 59 deletions

View File

@@ -1,3 +1,3 @@
<?php
$config = include 'config/coolify.php';
echo $config['version'];
$version = include 'config/version.php';
echo $version;