Subversion Repositories Sites.tela-botanica.org

Rev

Rev 376 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 376 Rev 380
Line 32... Line 32...
32
				$fichier .= $tab_chemin[$i].DIRECTORY_SEPARATOR;
32
				$fichier .= $tab_chemin[$i].DIRECTORY_SEPARATOR;
33
			}
33
			}
34
		}
34
		}
35
	}
35
	}
Line -... Line 36...
-
 
36
	
36
	
37
	if (file_exists($fichier)) {
37
	if (include_once $fichier) {
38
		include_once $fichier;
38
		return null;
39
		return null;
39
	}
40
	}
40
}
41
}
41
?>
42
?>