Proyectos de Subversion Moodle

Rev

Rev 1356 | Rev 1374 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1356 Rev 1357
Línea 2... Línea 2...
2
 
2
 
Línea 3... Línea 3...
3
// Every file should have GPL and copyright in the header - we skip it in tutorials but you should not skip it for real.
3
// Every file should have GPL and copyright in the header - we skip it in tutorials but you should not skip it for real.
4
 
4
 
-
 
5
// This line protects the file from being accessed by a URL directly.                                                               
-
 
6
defined('MOODLE_INTERNAL') || die();
-
 
7
$siteurl = $CFG->wwwroot;
Línea 5... Línea 8...
5
// This line protects the file from being accessed by a URL directly.                                                               
8
$a = new stdClass;
6
defined('MOODLE_INTERNAL') || die();
9
$a->siteurl = $siteurl;
7
 
10