remove very efficient coding

git-svn-id: http://www.observium.org/svn/observer/trunk@3174 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-05-13 16:54:47 +00:00
parent b891b6f4f2
commit 6c1b0e0d09

View File

@@ -1,6 +1,6 @@
<?php
if ($_SESSION['userlevel'] >= "5" || $auth)
if ($_SESSION['userlevel'] >= "5")
{
$auth = 1;
}