Update info.lua

This commit is contained in:
Ale32bit 2015-11-30 11:33:49 +01:00
parent 6cad49057f
commit d38324cada

View file

@ -21,9 +21,12 @@ end
header()
term.setCursorPos(1,3)
sertextext.center(3, " Info")
visum.align("center", " Info",false,3)
print("")
print("ID: "..os.getComputerID())
if os.getComputerLabel() then
print("Label: "..os.getComputerLabel())
end
print("sPhone "..sPhone.version.." by Sertex-Team")
print("KST by 3d6")
print("UI by LMNetOS")