Tom Laermans 6c1b0e0d09 remove very efficient coding
git-svn-id: http://www.observium.org/svn/observer/trunk@3174 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-13 16:54:47 +00:00

9 lines
64 B
PHP

<?php
if ($_SESSION['userlevel'] >= "5")
{
$auth = 1;
}
?>