protect this from direct execution

This commit is contained in:
slawkens 2022-11-28 12:52:03 +01:00
parent 847c3db625
commit 44a6400fcf

View File

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