Subversion Repositories ALCASAR

Rev

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

Rev 2770 Rev 2810
Line 71... Line 71...
71
	$l_edit_user = "Edit user";
71
	$l_edit_user = "Edit user";
72
	$l_connect = "Temporarily authorize";
72
	$l_connect = "Temporarily authorize";
73
	$l_captureon = "Authorize and capture";
73
	$l_captureon = "Authorize and capture";
74
	$l_captureoff = "Stop capture";
74
	$l_captureoff = "Stop capture";
75
	$l_captureonly_on = "Capture";
75
	$l_captureonly_on = "Capture";
76
 
-
 
77
}
76
}
78
 
77
 
79
if (isset($_POST['action'])){
78
if (isset($_POST['action'])){
80
	switch ($_POST['action']){
79
	switch ($_POST['action']){
81
		case "$l_disconnect" :
80
		case "$l_disconnect" :
Line 143... Line 142...
143
		break;
142
		break;
144
	}
143
	}
145
}
144
}
146
?>
145
?>
147
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
146
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
148
<HTML><!-- written by Rexy -->
147
<html><!-- written by Rexy -->
149
<head>
148
<head>
150
<META HTTP-EQUIV="Refresh" CONTENT="30">
149
<meta HTTP-EQUIV="Refresh" CONTENT="30">
151
<meta http-equiv="Content-Type" content="text/html; charset=<?= $config['general_charset'] ?>">
150
<meta http-equiv="Content-Type" content="text/html; charset=<?= $config['general_charset'] ?>">
152
<title>Activity</title>
151
<title>Activity</title>
153
<link rel="stylesheet" type="text/css" href="/css/style.css">
152
<link rel="stylesheet" type="text/css" href="/css/style.css">
154
</head>
153
</head>
155
<body>
154
<body>