mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
7 lines
80 B
PHP
7 lines
80 B
PHP
<?php
|
|
|
|
require __DIR__ . '/../common.php';
|
|
if (IS_CLI) {
|
|
echo MYAAC_VERSION;
|
|
}
|