Alessandro Caetano Beltrão
Alessandro Caetano Beltrão
Download the branch [1.2.0](https://github.com/derricksmith/phpsaml/tree/Version-1.2.0) and change the function `plugin_phpsaml_check_prerequisites` on `setup.php` line 68 from: ``` function plugin_phpsaml_check_prerequisites() { if (version_compare(GLPI_VERSION, '9.4', 'lt') || version_compare(GLPI_VERSION, '10.0.0', 'gt')) { echo "This plugin...
Sorry @b0n0is, I forgot to include something @derricksmith commented on issue #75. For the plugin to work, you have the change line 53 on the file ` inc/config.class.php` from: `function...
Nice! That's even better, so people just need to download the version from the new branch :)