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.
![]() ![]() |
Public Member Functions | |
__construct () | |
Public Attributes | |
const | PHP_REQUIRED = '5.6.0' |
Static Private Member Functions | |
static | _versionCompare () |
Definition at line 24 of file system.class.php.
System::__construct | ( | ) |
Constructs the system variables.
Definition at line 53 of file system.class.php.
References _versionCompare().
|
staticprivate |
Checks the php version against what we require.
Definition at line 32 of file system.class.php.
References $msg.
Referenced by __construct().
const System::PHP_REQUIRED = '5.6.0' |
Definition at line 26 of file system.class.php.