diff --git a/inc/computer.class.php b/inc/computer.class.php new file mode 100644 index 0000000..a6a70ac --- /dev/null +++ b/inc/computer.class.php @@ -0,0 +1,58 @@ +. + -------------------------------------------------------------------------- + */ + +// ---------------------------------------------------------------------- +// Original Author of file: +// Purpose of file: +// ---------------------------------------------------------------------- + +// Class of the defined type + +if (!defined('GLPI_ROOT')) { + die("Sorry. You can't access directly to this file"); +} + +class PluginExampleComputer extends CommonDBTM { + + static function showInfo($this) { + + echo '
'.__('More information').' | '; + echo '
---|
'; + echo __('Test successful'); + echo ' | '; + echo '