%PDF- %PDF-
Direktori : /var/www/projetos/suporte.iigd.com.br/vendor/glpi-project/inventory_format/bin/ |
Current File : //var/www/projetos/suporte.iigd.com.br/vendor/glpi-project/inventory_format/bin/refresh_hw_sources |
#!/usr/bin/env php <?php if (file_exists($autoload = __DIR__ . '/../vendor/autoload.php')) { // Rely on self autoload (usefull for devs) require_once $autoload; } else { // Rely on parent project autoload require_once __DIR__ . '/../../../autoload.php'; } $tojson = new Glpi\Inventory\FilesToJSON(); $tojson->refreshSources();