<% if _SESSION["logined"] ~= nil then local reset = _POST["reset"] local path = _POST["path"] if reset ~= nil then c_ResetDefaultLogo() else c_CreateCustomLogo(path) end end %>