Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 24... Línea 24...
24
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 */
25
 */
26
require_once($CFG->dirroot . '/repository/lib.php');
26
require_once($CFG->dirroot . '/repository/lib.php');
27
require_once($CFG->dirroot . '/repository/s3/S3.php');
27
require_once($CFG->dirroot . '/repository/s3/S3.php');
Línea 28... Línea -...
28
 
-
 
29
// This constant is not defined in php 5.4. Set it to avoid errors.
-
 
30
if (!defined('CURL_SSLVERSION_TLSv1')) {
-
 
31
    define('CURL_SSLVERSION_TLSv1', 1);
-
 
32
}
-
 
33
 
28
 
34
/**
29
/**
35
 * This is a repository class used to browse Amazon S3 content.
30
 * This is a repository class used to browse Amazon S3 content.
36
 *
31
 *
37
 * @since Moodle 2.0
32
 * @since Moodle 2.0