patch from develop, IS_CLI fixes

This commit is contained in:
slawkens
2023-02-07 22:49:01 +01:00
parent c0dee61add
commit 38294420d5
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
<?php
require __DIR__ . '/../common.php';
echo MYAAC_VERSION;
if (IS_CLI) {
echo MYAAC_VERSION;
}