Subversion Repositories ALCASAR

Rev

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

Rev 2595 Rev 2618
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: user_edit.php 2595 2018-08-19 23:26:36Z tom.houdayer $
2
# $Id: user_edit.php 2618 2018-08-22 21:52:19Z tom.houdayer $
3
 
3
 
4
//gestion de la langue
4
//gestion de la langue
5
if (is_file("../lib/langues.php"))
5
if (is_file("../lib/langues.php"))
6
	include("../lib/langues.php");
6
	include("../lib/langues.php");
7
 
7
 
Line 442... Line 442...
442
					$advanced = false;
442
					$advanced = false;
443
					$help_link = "help/simultaneous_use_help.html";
443
					$help_link = "help/simultaneous_use_help.html";
444
					$desc = $l_simultaneous_use;
444
					$desc = $l_simultaneous_use;
445
					break;
445
					break;
446
				case 'Max-All-Session' :
446
				case 'Max-All-Session' :
447
					$advanced = false;
447
					$advanced = true;
448
					$help_link = "help/max_all_session_help.html";
448
					$help_link = "help/max_all_session_help.html";
449
					$desc = $l_max_all_session;
449
					$desc = $l_max_all_session;
450
					break;
450
					break;
451
				case 'Session-Timeout' :
451
				case 'Session-Timeout' :
452
					$advanced = true;
452
					$advanced = true;
Line 557... Line 557...
557
					case 'Login-Time' :
557
					case 'Login-Time' :
558
					case 'Expiration' :
558
					case 'Expiration' :
559
					case 'Alcasar-Expire-After' :
559
					case 'Alcasar-Expire-After' :
560
					case 'CoovaChilli-Max-Total-Octets-Daily' :
560
					case 'CoovaChilli-Max-Total-Octets-Daily' :
561
					case 'CoovaChilli-Max-Total-Octets-Monthly' :
561
					case 'CoovaChilli-Max-Total-Octets-Monthly' :
-
 
562
					case 'CoovaChilli-Max-Total-Octets' :
562
						echo "<td><select name=\"$oper_name\"><option $selected[$op_eq] value=\":=\">:=</option></select></td>";
563
						echo "<td><select name=\"$oper_name\"><option $selected[$op_eq] value=\":=\">:=</option></select></td>";
563
						break;
564
						break;
564
					case 'Session-Timeout' :
565
					case 'Session-Timeout' :
565
					case 'CoovaChilli-Max-Input-Octets' :
566
					case 'CoovaChilli-Max-Input-Octets' :
566
					case 'CoovaChilli-Max-Output-Octets' :
567
					case 'CoovaChilli-Max-Output-Octets' :
567
					case 'CoovaChilli-Max-Total-Octets' :
-
 
568
					case 'CoovaChilli-Bandwidth-Max-Up' :
568
					case 'CoovaChilli-Bandwidth-Max-Up' :
569
					case 'CoovaChilli-Bandwidth-Max-Down' :
569
					case 'CoovaChilli-Bandwidth-Max-Down' :
570
					case 'WISPr-Redirection-URL' :
570
					case 'WISPr-Redirection-URL' :
571
					case 'Alcasar-Filter' :
571
					case 'Alcasar-Filter' :
572
					case 'Alcasar-Protocols-Filter' :
572
					case 'Alcasar-Protocols-Filter' :
Line 610... Line 610...
610
					case 'Login-Time' :
610
					case 'Login-Time' :
611
					case 'Expiration' :
611
					case 'Expiration' :
612
					case 'Alcasar-Expire-After' :
612
					case 'Alcasar-Expire-After' :
613
					case 'CoovaChilli-Max-Total-Octets-Daily' :
613
					case 'CoovaChilli-Max-Total-Octets-Daily' :
614
					case 'CoovaChilli-Max-Total-Octets-Monthly' :
614
					case 'CoovaChilli-Max-Total-Octets-Monthly' :
-
 
615
					case 'CoovaChilli-Max-Total-Octets' :
615
						echo "<input type=\"hidden\" name=\"$oper_name\" value=\":=\">";
616
						echo "<input type=\"hidden\" name=\"$oper_name\" value=\":=\">";
616
						break;
617
						break;
617
					case 'Session-Timeout' :
618
					case 'Session-Timeout' :
618
					case 'CoovaChilli-Max-Input-Octets' :
619
					case 'CoovaChilli-Max-Input-Octets' :
619
					case 'CoovaChilli-Max-Output-Octets' :
620
					case 'CoovaChilli-Max-Output-Octets' :
620
					case 'CoovaChilli-Max-Total-Octets' :
-
 
621
					case 'CoovaChilli-Bandwidth-Max-Up' :
621
					case 'CoovaChilli-Bandwidth-Max-Up' :
622
					case 'CoovaChilli-Bandwidth-Max-Down' :
622
					case 'CoovaChilli-Bandwidth-Max-Down' :
623
					case 'WISPr-Redirection-URL' :
623
					case 'WISPr-Redirection-URL' :
624
					case 'Alcasar-Filter' :
624
					case 'Alcasar-Filter' :
625
					case 'Alcasar-Protocols-Filter' :
625
					case 'Alcasar-Protocols-Filter' :