Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1554 Rev 1647
Line 2... Line 2...
2
/**
2
/**
3
 * Contient les fonctions PHP communes à PictoFlora et IdentiPlante.
3
 * Contient les fonctions PHP communes à PictoFlora et IdentiPlante.
4
 *
4
 *
5
 */
5
 */
Line -... Line 6...
-
 
6
 
-
 
7
$cheminConfig = 'config/config.php';
-
 
8
$configOk = file_exists($cheminConfig);
-
 
9
if ($configOk) {
-
 
10
	require $cheminConfig;
-
 
11
}
6
 
12
 
7
function getUrlPageCourante() {
13
function getUrlPageCourante() {
8
	$cheminUrl = $_SERVER['REQUEST_URI'];
14
	$cheminUrl = $_SERVER['REQUEST_URI'];
9
	$positionIntero = strpos($_SERVER['REQUEST_URI'], '?');
15
	$positionIntero = strpos($_SERVER['REQUEST_URI'], '?');
10
	if ($positionIntero !== false) {
16
	if ($positionIntero !== false) {