This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
librenms-librenms
/
includes
/
html
/
graphs
/
global
/
auth.inc.php
6 lines
61 B
PHP
Raw
Normal View
History
Unescape
Escape
add some global graphs. for great cpu-eating justice! git-svn-id: http://www.observium.org/svn/observer/trunk@3170 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 16:27:55 +00:00
<
?
php
Remove legacy auth usage of $_SESSION (#10491) * Remove auth use of $_SESSION Will break plugins that depend on $_SESSION, Weathermap was already fixed. Port them to use Auth::check()/Auth::user()/Auth:id() * revert accidental replacement
2019-08-05 14:16:05 -05:00
if
(
Auth
::
user
()
->
hasGlobalRead
())
{
Apply "Squiz" code style on old (pre-2014) files
2015-07-10 13:36:21 +02:00
$auth
=
1
;
add some global graphs. for great cpu-eating justice! git-svn-id: http://www.observium.org/svn/observer/trunk@3170 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 16:27:55 +00:00
}
Reference in New Issue
Copy Permalink