Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 23... Línea 23...
23
 * @category   cache
23
 * @category   cache
24
 * @copyright  2012 Sam Hemelryk
24
 * @copyright  2012 Sam Hemelryk
25
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 */
26
 */
Línea -... Línea 27...
-
 
27
 
-
 
28
use core_cache\factory as cache_factory;
-
 
29
use core_cache\helper as cache_helper;
27
 
30
 
28
require_once('../config.php');
31
require_once('../config.php');
29
require_once($CFG->dirroot.'/lib/adminlib.php');
-
 
30
require_once($CFG->dirroot.'/cache/locallib.php');
-
 
Línea 31... Línea 32...
31
require_once($CFG->dirroot.'/cache/forms.php');
32
require_once($CFG->dirroot.'/lib/adminlib.php');
32
 
33
 
33
// The first time the user visits this page we are going to reparse the definitions.
34
// The first time the user visits this page we are going to reparse the definitions.
34
// Just ensures that everything is up to date.
35
// Just ensures that everything is up to date.