mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
e539802dc5
Administration page cleaned up slightly.
12 lines
338 B
PHP
12 lines
338 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2003111400;
|
|
$module->cron = 60;
|
|
|
|
?>
|