mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
13 lines
403 B
PHP
13 lines
403 B
PHP
<?php // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2007060600;
|
|
$module->requires = 2007060100; // Requires this Moodle version
|
|
$module->cron = 60;
|
|
|
|
?>
|