mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-29 18:59:21 +02:00
protect this from direct execution
This commit is contained in:
parent
847c3db625
commit
44a6400fcf
@ -1,4 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require __DIR__ . '/../common.php';
|
require __DIR__ . '/../common.php';
|
||||||
echo MYAAC_VERSION;
|
if(IS_CLI) {
|
||||||
|
echo MYAAC_VERSION;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user