every new shell will be logged

This commit is contained in:
overflowerror 2014-08-16 20:59:58 +02:00
parent 6af3ddc991
commit ece61f2841

View file

@ -10,5 +10,8 @@
$result['username'] = $user->name; $result['username'] = $user->name;
$result['home'] = fileManager::getPathById($user->homeFK); $result['home'] = fileManager::getPathById($user->homeFK);
$result['hostname'] = fileManager::getFileById(fileManager::getIdByPath("/etc/hostname"))->content; $result['hostname'] = fileManager::getFileById(fileManager::getIdByPath("/etc/hostname"))->content;
actionLogger::init($_SESSION);
echo json_encode($result); echo json_encode($result);
?> ?>