don't redirect to a GET with sensitive data, RT#26099
authorIvan Kohler <ivan@freeside.biz>
Sun, 17 Nov 2013 23:54:35 +0000 (15:54 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 17 Nov 2013 23:54:35 +0000 (15:54 -0800)
FS/FS/Record.pm

index 1a88c3a..05deaef 100644 (file)
@@ -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