- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.php
More file actions
Latest commit
18 lines (13 loc) · 469 Bytes
/
Copy pathplugin.php
File metadata and controls
18 lines (13 loc) · 469 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
// alphanumerical ID of the plugin; never change this
$id = "nexmqst";
// code version; must be changed for all code changes
$version = "0.0.1";
// ilias min and max version; must always reflect the versions that should
// run with the plugin
$ilias_min_version = "8.0";
$ilias_max_version = "8.999";
// optional, but useful: Add one or more responsible persons and a contact email
$responsible = "Fred Neumann";
$responsible_mail = "fred.neumann@fau.de";
?>