richdocuments/ajax/sessions.php

9 lines
129 B
PHP
Raw Normal View History

2013-08-07 18:02:20 +03:00
<?php
namespace OCA\Office;
\OCP\User::checkLoggedIn();
\OCP\JSON::success(array(
'sessions' => Session::getAllSessions()
));