Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/test_laurent.php

20 lines
431 B

<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @copyright (c) 2012 University of Geneva
* @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
* @author Laurent Opprecht <laurent@opprecht.info>
*/
require_once 'main/inc/global.inc.php';
//require_once 'main/install/install.class.php';
$r = new AutoloadClassFinder();
$r();
echo $r;