Subversion Repositories ALCASAR

Rev

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

Rev 1125 Rev 1129
Line 1... Line 1...
1
<?php 
1
<?php 
2
// ticket d'impression (thank's to Geoffroy MUSITELLI)
2
// ticket d'impression (thank's to Geoffroy MUSITELLI)
3
//gestion de la langue
3
//gestion de la langue
4
if (is_file("../lib/langues.php"))
4
if (is_file("../lib/langues.php"))
5
	include("../lib/langues.php");
5
	include("../lib/langues.php");
6
require('C:/Serveurs/Alcasar-mageia/etc/freeradius-web/config.php');
6
require('/etc/freeradius-web/config.php');
7
if ($show == 1){
7
if ($show == 1){
8
	header("Location: user_admin.php?login=$login");
8
	header("Location: user_admin.php?login=$login");
9
	exit;
9
	exit;
10
}
10
}
11
require('../lib/attrshow.php');
11
require('../lib/attrshow.php');