Added README.
[ofe_plugin_ilias.git] / plugin.php
blob815ab2179fe6fb7697375a628800ab02f879c704
1 <?php
3 $id = "ofe";
4 $version = "2.1";
6 $ilias_min_version = "4.3.0";
7 $ilias_max_version = "4.3.999";
9 // optional, but useful: Add one or more responsible persons and a contact email
10 $responsible = "Heiko Bernloehr";
11 $responsible_mail = "Heiko.Bernloehr@FreeIT.de";