forked from srsolutionsag/Hub
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.php
More file actions
Latest commit
11 lines (11 loc) · 344 Bytes
/
Copy pathplugin.php
File metadata and controls
11 lines (11 loc) · 344 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?php
require_once('./Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/Hub/classes/class.ilHubPlugin.php');
if (! ilHubPlugin::checkPreconditions()) {
}
$id = 'hub';
$version = '1.1.14';
$ilias_min_version = '4.3.0';
$ilias_max_version = '4.5.999';
$responsible = 'Fabian Schmid';
$responsible_mail = 'fs@studer-raimann.ch';
?>