Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1533 → Rev 1534

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