-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.php
More file actions
23 lines (19 loc) · 695 Bytes
/
plugin.php
File metadata and controls
23 lines (19 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
* This file is part of the UserSessionsManagement plugin for ILIAS.
* ILIAS is a powerful learning management system
* published by ILIAS open source e-Learning e.V.
*
* UserSessionsManagement is licensed with the GPL-3.0,
* see https://www.gnu.org/licenses/gpl-3.0.en.html
* You should have received a copy of said license along with the
* source code, too.
*
*********************************************************************/
$id = ilUserSessionManagementPlugin::PLUGIN_ID;
$version = ilUserSessionManagementPlugin::VERSION;
$ilias_min_version = '9.0';
$ilias_max_version = '9.999';
$responsible = 'Stephan Kergomard';
$responsible_mail = 'office@kergomard.ch';
?>