Switch to edit mode.
Name(s): tell_www_page1: "Checks to see if the webber is allowed access to your page."
2: if (!player:isa($webber) || !(caller in {$www, this, this.owner}))
3: raise(E_PERM)
4: elseif (!$ticketmaster:authorized())
5: return $www.error:forbidden()
6: elseif (index(prepstr, "/setup") == 1)
7: return pass(@args)
8: else
9: return this:_render_page(@args)
10: endif
11: "Last modified by Dax (#789) on Wed Jul 22 11:37:47 1998 EDT."