Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2458 → Rev 2459

/trunk/jrest/index.php
12,7 → 12,7
return null;
}
 
$chemins = array('', 'services/', 'lib/');
$chemins = array('', 'services/', 'bibliotheque/', 'lib/');
foreach ($chemins as $chemin) {
$chemin = $chemin.$classe.'.php';
if (file_exists($chemin)) {