That sounds like what I already posted.
If you want only admins to be able to turn it off....
find this line:
if ((preg_match("/-5-/",$UserGroups)) || ($Status == "Administrator") || ($Status == "Moderator")) { // adjust this group number if needed
Change to this:
if ($Status == "Administrator") {
That should do it.
