Create example.php

This commit is contained in:
Akkariin Meiko 2019-06-23 22:42:39 +08:00 committed by GitHub
parent 53ee173426
commit 19425e0be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
example.php Normal file
View file

@ -0,0 +1,4 @@
<?php
include('supermicro.php');
$supermicro = new Supermicro();
echo $supermicro->getLicense("Your BMC MAC Here");