Update sertexID.lua
This commit is contained in:
parent
15bcc8d86d
commit
156a5b8c70
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
--[[
|
--[[
|
||||||
Sertex ID API - Made by Ale32bit
|
Sertex ID API - Made by Sertex-Team
|
||||||
PHP by Luca_S
|
|
||||||
]]--
|
]]--
|
||||||
|
|
||||||
local SERVER = "http://sertex.esy.es/"
|
local SERVER = "http://sertex.x10.bz/"
|
||||||
|
|
||||||
function status()
|
function status()
|
||||||
local isUp = http.get(SERVER.."status.php").readAll()
|
local isUp = http.get(SERVER.."status.php").readAll()
|
||||||
|
|
Loading…
Reference in a new issue