summaryrefslogtreecommitdiff
path: root/Project-Unite/Global.asax.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-09 17:02:27 -0400
committerMichael <[email protected]>2017-05-09 17:02:27 -0400
commit3b72afec58ceab961d81e0cdc1cf7705d1bd8d01 (patch)
tree53a9805717ed7276bb041f6e3bc5d965f9eee0ce /Project-Unite/Global.asax.cs
parentcc69efa789ec50aa2abb5631f80c1900aa3e97e8 (diff)
downloadproject-unite-3b72afec58ceab961d81e0cdc1cf7705d1bd8d01.tar.gz
project-unite-3b72afec58ceab961d81e0cdc1cf7705d1bd8d01.tar.bz2
project-unite-3b72afec58ceab961d81e0cdc1cf7705d1bd8d01.zip
I'm A FUCKING DERP
Diffstat (limited to 'Project-Unite/Global.asax.cs')
-rw-r--r--Project-Unite/Global.asax.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Global.asax.cs b/Project-Unite/Global.asax.cs
index ffc958e..4864165 100644
--- a/Project-Unite/Global.asax.cs
+++ b/Project-Unite/Global.asax.cs
@@ -73,7 +73,7 @@ namespace Project_Unite
mod = act.GetCustomAttributes(false).FirstOrDefault(x => x is RequiresModerator);
dev = act.GetCustomAttributes(false).FirstOrDefault(x => x is RequiresDeveloper);
- bool? fail2 = false;
+ bool? fail2 = true;
if (adm != null)
fail2 = User.Identity?.IsAdmin();