mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
do not report if CI test 2
This commit is contained in:
@@ -122,7 +122,7 @@ else {
|
||||
));
|
||||
|
||||
if(!isset($_SESSION['installed'])) {
|
||||
if (!array_key_exists('CI', $_ENV)) {
|
||||
if (!array_key_exists('CI', getenv())) {
|
||||
$report_url = 'https://my-aac.org/report_install.php?v=' . MYAAC_VERSION . '&b=' . urlencode(BASE_URL);
|
||||
if (function_exists('curl_version'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user