Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
///////////////////////////////////////////////////////////////////////////
4
//                                                                       //
5
// This file is part of Moodle - http://moodle.org/                      //
6
// Moodle - Modular Object-Oriented Dynamic Learning Environment         //
7
//                                                                       //
8
// Moodle is free software: you can redistribute it and/or modify        //
9
// it under the terms of the GNU General Public License as published by  //
10
// the Free Software Foundation, either version 3 of the License, or     //
11
// (at your option) any later version.                                   //
12
//                                                                       //
13
// Moodle is distributed in the hope that it will be useful,             //
14
// but WITHOUT ANY WARRANTY; without even the implied warranty of        //
15
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         //
16
// GNU General Public License for more details.                          //
17
//                                                                       //
18
// You should have received a copy of the GNU General Public License     //
19
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.       //
20
//                                                                       //
21
///////////////////////////////////////////////////////////////////////////
22
 
23
/**
24
 * @package    moodle
25
 * @subpackage registration
26
 * @author     Jerome Mouneyrac <jerome@mouneyrac.com>
27
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL
28
 * @copyright  (C) 1999 onwards Martin Dougiamas  http://dougiamas.com
29
 *
30
 * The forms needed by registration pages.
31
 */
32
 
33
defined('MOODLE_INTERNAL') || die();
34
 
35
debugging('Support for alternative hubs has been removed from Moodle in 3.4.', DEBUG_DEVELOPER);