Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
// Don't redefine the functions if included multiple times.
4
if (!\function_exists('GuzzleHttp\describe_type')) {
1441 ariadna 5
    require __DIR__.'/functions.php';
1 efrain 6
}