Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions front/computermodel.form.php

This file was deleted.

53 changes: 0 additions & 53 deletions front/computertype.form.php

This file was deleted.

54 changes: 0 additions & 54 deletions front/monitormodel.form.php

This file was deleted.

53 changes: 0 additions & 53 deletions front/monitortype.form.php

This file was deleted.

54 changes: 0 additions & 54 deletions front/networkequipmentmodel.form.php

This file was deleted.

53 changes: 0 additions & 53 deletions front/networkequipmenttype.form.php

This file was deleted.

2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
define('PLUGIN_CARBON_SCHEMA_VERSION', '1.2.0');

// Minimal GLPI version, inclusive
define("PLUGIN_CARBON_MIN_GLPI_VERSION", "11.0.0-beta");
define("PLUGIN_CARBON_MIN_GLPI_VERSION", "11.0.7");
// Maximum GLPI version, exclusive
define("PLUGIN_CARBON_MAX_GLPI_VERSION", "12.0.0");

Expand Down Expand Up @@ -206,7 +206,7 @@
$prerequisitesSuccess = true;

/** @phpstan-ignore if.alwaysFalse */
if (version_compare(GLPI_VERSION, PLUGIN_CARBON_MIN_GLPI_VERSION, 'lt')) {

Check failure on line 209 in setup.php

View workflow job for this annotation

GitHub Actions / GLPI 11.0.x - php:8.2 - mariadb:10.6 / Continuous integration

No error with identifier if.alwaysFalse is reported on line 209.

Check failure on line 209 in setup.php

View workflow job for this annotation

GitHub Actions / GLPI 11.0.x - php:8.2 - mariadb:10.6 / Continuous integration

If condition is always true.

Check failure on line 209 in setup.php

View workflow job for this annotation

GitHub Actions / GLPI 11.0.x - php:8.5 - mariadb:11.8 / Continuous integration

No error with identifier if.alwaysFalse is reported on line 209.

Check failure on line 209 in setup.php

View workflow job for this annotation

GitHub Actions / GLPI 11.0.x - php:8.5 - mariadb:11.8 / Continuous integration

If condition is always true.
echo "This plugin requires GLPI >= " . PLUGIN_CARBON_MIN_GLPI_VERSION . " and GLPI < " . PLUGIN_CARBON_MAX_GLPI_VERSION . "<br>";
$prerequisitesSuccess = false;
}
Expand Down
Loading