|
|
|
@ -1,24 +1,10 @@ |
|
|
|
|
<?php //$id: $
|
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
|
Dokeos - elearning and course management software |
|
|
|
|
|
|
|
|
|
Copyright (c) 2008 Dokeos SPRL |
|
|
|
|
Copyright (c) 2007 Mustapha Alouani (supervised by Michel Moreau-Belliard) |
|
|
|
|
|
|
|
|
|
For a full list of contributors, see "credits.txt". |
|
|
|
|
The full license can be read in "license.txt". |
|
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or |
|
|
|
|
modify it under the terms of the GNU General Public License |
|
|
|
|
as published by the Free Software Foundation; either version 2 |
|
|
|
|
of the License, or (at your option) any later version. |
|
|
|
|
|
|
|
|
|
See the GNU General Public License for more details. |
|
|
|
|
|
|
|
|
|
Contact: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium, info@dokeos.com |
|
|
|
|
============================================================================== |
|
|
|
|
*/ |
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
/** |
|
|
|
|
* Form to add users through LDAP (deprecated?) |
|
|
|
|
* @package chamilo.admin |
|
|
|
|
* Copyright (c) 2007 Mustapha Alouani (supervised by Michel Moreau-Belliard) |
|
|
|
|
*/ |
|
|
|
|
/** |
|
|
|
|
* This form is included by ldap_import_students.php and ldap_import_students_to_session.php |
|
|
|
|
*/ |
|
|
|
@ -82,4 +68,4 @@ echo '<br />'; |
|
|
|
|
echo '<br />'; |
|
|
|
|
echo '<input type="submit" name="submit" value="'.get_lang('Submit').'">'; |
|
|
|
|
echo '</form>'; |
|
|
|
|
?> |
|
|
|
|
?> |
|
|
|
|