Subversion Repositories eFlore/Applications.del

Rev

Rev 1549 | Rev 1568 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1549 Rev 1554
Line 1... Line 1...
1
<?php
1
<?php
2
function getUrlPageCourante() {
-
 
3
	$cheminUrl = $_SERVER['REQUEST_URI'];
-
 
4
	$positionIntero = strpos($_SERVER['REQUEST_URI'], '?');
-
 
5
	if ($positionIntero !== false) {
-
 
6
		$cheminUrl = substr($_SERVER['REQUEST_URI'], 0, $positionIntero);
-
 
7
	}
-
 
8
	$url = 'http://'.$_SERVER['SERVER_NAME'].$cheminUrl;
2
include_once __DIR__.DIRECTORY_SEPARATOR.'commun.php';
9
	return $url;
-
 
10
}
-
 
11
?>
3
?>
12
<!DOCTYPE html>
4
<!DOCTYPE html>
13
<html>
5
<html>
14
	<head>
6
	<head>
15
		<title>IdentiPlante</title>
7
		<title>IdentiPlante</title>