mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-15350, Initial Revision of boxnet plugin
This commit is contained in:
parent
fca079c514
commit
d710e1001c
4 changed files with 978 additions and 0 deletions
11
repository/boxnet/version.php
Executable file
11
repository/boxnet/version.php
Executable file
|
@ -0,0 +1,11 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
/// Code fragment to define the version of repository plug-in (box.net)
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$plugin->version = 2008062701; // The current plug-in version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2007101509; // The current plug-in version (Date: YYYYMMDDXX)
|
||||
$plugin->cron = 3600; // Period for cron to check this plug-in (secs)
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue