Subversion Repositories ALCASAR

Rev

Rev 484 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 484 Rev 485
Line 31... Line 31...
31
$adminurl = "http://www.sfr.fr";
31
$adminurl = "http://www.sfr.fr";
32
 
32
 
33
# Our own path
33
# Our own path
34
$loginpath	= $_SERVER['PHP_SELF'];
34
$loginpath	= $_SERVER['PHP_SELF'];
35
$statuspath = "http://alcasar/status.php";
35
$statuspath = "http://alcasar/status.php";
36
$debug		= true;
36
$debug		= false;
37
 
37
 
38
# Choice of language
38
# Choice of language
39
$Language = 'en';
39
$Language = 'en';
40
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
40
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
41
  $Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
41
  $Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);