mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00

* Don't show login name, password and transaction key at the configuration page. * RC4Encrypt these fields and move to the config_plugins table from the config table. * Config page is fully https.
6 lines
83 B
PHP
Executable file
6 lines
83 B
PHP
Executable file
<?php // $Id$
|
|
|
|
$plugin->version = 2006112900;
|
|
$plugin->requires = 2006100401;
|
|
|
|
?>
|