From 955f437e6c9ac24a93d530c29a7c99904918a10f Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 31 Mar 2023 09:35:05 +0200 Subject: [PATCH] test github actions --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index fff55002..54b79bbf 100644 --- a/common.php +++ b/common.php @@ -24,7 +24,7 @@ * @link https://my-aac.org */ if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.'); - +// test github actions const MYAAC = true; const MYAAC_VERSION = '0.9.0-dev'; const DATABASE_VERSION = 35;