Commit | Line | Data |
---|---|---|
e7521559 | 1 | <?php |
d6f47d9a | 2 | |
3 | //////////////////////////////////////////////////////////////////////////////// | |
4 | // Code fragment to define the module version etc. | |
5 | // This fragment is called by /admin/index.php | |
6 | //////////////////////////////////////////////////////////////////////////////// | |
7 | ||
c617b6f3 | 8 | $plugin->version = 2005042900; |
f2e4a081 | 9 | $plugin->requires = 2007101000; |
d6f47d9a | 10 | |
e7521559 | 11 |