From: Ivan Kohler Date: Sun, 17 Nov 2013 23:54:35 +0000 (-0800) Subject: don't redirect to a GET with sensitive data, RT#26099 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=506e9a0e82676ce8141326fbb98972044476168b;p=freeside.git don't redirect to a GET with sensitive data, RT#26099 --- diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 1a88c3acd..05deaef1e 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -42,6 +42,7 @@ our $me = '[FS::Record]'; our $nowarn_identical = 0; our $nowarn_classload = 0; our $no_update_diff = 0; +our $no_history = 0; our $no_check_foreign = 1; #well, not inefficiently in perl by default anymore