Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdonato committed Apr 27, 2019
1 parent e0f9e6f commit 41f438d
Show file tree
Hide file tree
Showing 24 changed files with 1,218 additions and 1,524 deletions.
143 changes: 0 additions & 143 deletions inc/stats.inc.php-def

This file was deleted.

8 changes: 4 additions & 4 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ function plugin_version_mod(){
global $DB, $LANG;

return array('name' => __('GLPI Modifications'),
'version' => '1.3.0',
'version' => '1.3.2',
'author' => '<a href="mailto:stevenesdonato@gmail.com"> Stevenes Donato </b> </a>',
'license' => 'GPLv2+',
'homepage' => 'https://forge.glpi-project.org/projects/mod',
'minGlpiVersion' => '9.4');
'minGlpiVersion' => '9.4.2');
}

function plugin_mod_check_prerequisites(){
if (GLPI_VERSION >= '9.4'){
if (GLPI_VERSION >= '9.4.2'){
if(file_exists('/etc/hosts')){
return true;
}

} else {
echo "GLPI version not compatible need 9.4";
echo "GLPI version not compatible need 9.4.2";
}
}

Expand Down
Loading

0 comments on commit 41f438d

Please sign in to comment.