From a983fd03b11a45872023aa493b06d503dbfb589a Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 31 Mar 2023 09:34:21 +0200 Subject: [PATCH] Revert "test github actions" This reverts commit 5b651886a52ed9ebf3d1522b57e49e8a4332f6c3. --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index fcd3ec32..ac3f2028 100644 --- a/common.php +++ b/common.php @@ -24,7 +24,7 @@ * @link https://my-aac.org */ if (version_compare(phpversion(), '5.6', '<')) die('PHP version 5.6 or higher is required.'); -// test github actions + define('MYAAC', true); define('MYAAC_VERSION', '0.8.10-dev'); define('DATABASE_VERSION', 33);