Create example.php
This commit is contained in:
parent
53ee173426
commit
19425e0be0
1 changed files with 4 additions and 0 deletions
4
example.php
Normal file
4
example.php
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?php
|
||||||
|
include('supermicro.php');
|
||||||
|
$supermicro = new Supermicro();
|
||||||
|
echo $supermicro->getLicense("Your BMC MAC Here");
|
||||||
Loading…
Add table
Reference in a new issue