mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
# Conflicts: # js/components/breadcrumbs.js
This commit is contained in:
@@ -1017,16 +1017,11 @@ class utils
|
||||
|
||||
/**
|
||||
* Get the _SESSION variable for logging purpose
|
||||
* @return false|string
|
||||
* @return string
|
||||
*/
|
||||
public static function GetSessionLog()
|
||||
{
|
||||
ob_start();
|
||||
print_r($_SESSION);
|
||||
$sSessionLog = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
return $sSessionLog;
|
||||
return print_r($_SESSION, true);
|
||||
}
|
||||
|
||||
static function DebugBacktrace($iLimit = 5)
|
||||
|
||||
Reference in New Issue
Block a user