[s] Adds a security token to all admin hrefs

This commit is contained in:
Jordan Brown
2017-09-08 21:16:02 -05:00
committed by CitadelStationBot
parent d35717e1ab
commit 92b78d3298
32 changed files with 1166 additions and 327 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
/datum/station_goal/Topic(href, href_list)
..()
if(!check_rights(R_ADMIN))
if(!check_rights(R_ADMIN) || !usr.client.holder.CheckAdminHref(href, href_list))
return
if(href_list["announce"])