repo.or.cz
/
ofe_plugin_ilias.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added README.
[ofe_plugin_ilias.git]
/
plugin.php
blob
815ab2179fe6fb7697375a628800ab02f879c704
1
<
?php
2
3
$id
=
"ofe"
;
4
$version
=
"2.1"
;
5
6
$ilias_min_version
=
"4.3.0"
;
7
$ilias_max_version
=
"4.3.999"
;
8
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"
;
12
13
?
>