diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2015-05-22 15:25:11 -0500 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2015-05-22 15:25:11 -0500 |
| commit | ca77a587da9ec393bceda87c2ec8dda096e2890d (patch) | |
| tree | e15f868d5d06c91e56e348ec8bf26c9f9ea5071f /lib/privacy.pm | |
| parent | 2f4aebe8139faff0e6456676fd83bf5c0e4e3c4d (diff) | |
demand https and other kewl stuff
Diffstat (limited to 'lib/privacy.pm')
| -rw-r--r-- | lib/privacy.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/privacy.pm b/lib/privacy.pm index fcf3188..c735cf9 100644 --- a/lib/privacy.pm +++ b/lib/privacy.pm @@ -10,8 +10,8 @@ sub check_privacy { return 1; } if (check_key($t->{allowed}, $USER->{id})) { return 1; } - if ($USER->{ulevel} == 3) # A:.H:. - { return 1; } + # if ($USER->{ulevel} == 3) # A:.H:. + # { return 1; } if ($k != -1) { if ($k->{owner} eq $USER->{username}) |
