MDL-15350, Initial Revision of boxnet plugin

This commit is contained in:
dongsheng 2008-06-27 06:19:40 +00:00
parent fca079c514
commit d710e1001c
4 changed files with 978 additions and 0 deletions

11
repository/boxnet/version.php Executable file
View 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)
?>