. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // 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 ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
'.__('More information').'
'; echo __('Test successful'); echo '
'; } }