fogproject
1.5.9
About: FOG is a Linux-based network computer cloning solution for Windows, Mac OSX and various Linux distributions that ties together a few open-source tools with a PHP-based web interface. FOG doesn’t use any boot disks, or CDs; everything is done via TFTP and PXE.
![]() ![]() |
Go to the source code of this file.
Namespaces | |
FOGProject | |
Variables | |
try | |
$Inventory = FOGCore::$Host->get('inventory') | |
if(! $Inventory instanceof Inventory||! $Inventory->isValid()) foreach($_REQUEST as $var=> &$val) | if (! $Inventory->save()) |
catch(Exception $e) | exit |
$Inventory = FOGCore::$Host->get('inventory') |
Definition at line 33 of file inventory.php.
catch (Exception $e) exit |
Definition at line 97 of file inventory.php.
if (! $Inventory instanceof Inventory||! $Inventory->isValid()) foreach ( $_REQUEST as $var=> & $val) if(! $Inventory->save()) |
Definition at line 88 of file inventory.php.
try |
Definition at line 24 of file inventory.php.