mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
billing system fixes (make moar sexypants)
git-svn-id: http://www.observium.org/svn/observer/trunk@1592 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -17,10 +17,6 @@ if(strpos($_SERVER['REQUEST_URI'], "debug")) {
|
||||
include("../includes/functions.php");
|
||||
include("includes/functions.inc.php");
|
||||
include("includes/authenticate.inc.php");
|
||||
if($_SESSION['authenticated']) {
|
||||
# Load permissions used my devicepermitted() and interfacepermitted()
|
||||
$permissions = permissions_cache($_SESSION['user_id']);
|
||||
}
|
||||
|
||||
$start = utime();
|
||||
$now = time();
|
||||
|
||||
Reference in New Issue
Block a user