mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-30 22:28:48 +02:00
8 lines
132 B
PHP
Executable File
8 lines
132 B
PHP
Executable File
<?php
|
|
global $config;
|
|
require $config['homedir'].'/godmode/wizards/Wizard.interface.php';
|
|
|
|
$obj = new HostDevices();
|
|
|
|
$obj->load();
|