moodle/enrol/authorize/version.php
ethem 0ba9f5d68a + More more more security.
* 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.
2006-11-29 11:05:56 +00:00

7 lines
83 B
PHP
Executable File

<?php // $Id$
$plugin->version = 2006112900;
$plugin->requires = 2006100401;
?>