+
+ What is the URL of this server? (url or ip address where the clients connect to)
+
+
-
- What is the URL of this server? (url or ip address where the clients connect to)
-
-
-
RTP
- RTP: folderscanner on/off
-
- ");
- else
- echo ("");
+
+
RTP
+ RTP: folderscanner on/off
+
+ ");
+ else
+ echo ("");
+ ?>
+
+
+
+ ");
+ else
+ echo ("");
+ ?>
+
+
+
+ Included folders for RTP folderscanner
+
+
+
+
#
+
Path
+
Add / Delete
+
+
+
+
+
000
+
+
+
+ prepare($sql);
+ // Execute the statement
+ $stmt->execute();
+ // Get the result
+ $result = $stmt->get_result();
+ while ($row = $result->fetch_assoc()){
+ //print out the items
+ echo("
");
+ echo("
".$row["id"]."
");
+ echo("
");
+ echo("
");
+ echo("
");
+ }
+
+ $stmt -> close();
?>
-
-
-
- ");
- else
- echo ("");
+
+
+ Excluded folders for RTP folderscanner
+
+
+
+
#
+
Path
+
Add / Delete
+
+
+
+
+
000
+
+
+
+ prepare($sql);
+ // Execute the statement
+ $stmt->execute();
+ // Get the result
+ $result = $stmt->get_result();
+ while ($row = $result->fetch_assoc()){
+ //print out the items
+ echo("
");
+ echo("
".$row["id"]."
");
+ echo("
");
+ echo("
");
+ echo("
");
+ }
+
+ $stmt -> close();
?>
-
+
+
+
-
- Included folders for RTP folderscanner
-
-
-
-
#
-
Path
-
Add / Delete
-
-
-
+
+
User Tasks
+
+
-
000
-
-
+
#
+
Time
+
Action
+
Argument
+
Name
+
Add / Delete
- prepare($sql);
- // Execute the statement
- $stmt->execute();
- // Get the result
- $result = $stmt->get_result();
- while ($row = $result->fetch_assoc()){
- //print out the items
- echo("
");
- echo("
".$row["id"]."
");
- echo("
");
- echo("
");
- echo("
");
- }
-
- $stmt -> close();
- ?>
-
-
- Excluded folders for RTP folderscanner
-
-
-
-
#
-
Path
-
Add / Delete
-
-
-
+
+
+
+
000
+
+
+
+
+
+
+
+
+ prepare($sql);
+ // Execute the statement
+ $stmt->execute();
+ // Get the result
+ $result = $stmt->get_result();
+ while ($row = $result->fetch_assoc()){
+ $buf=explode(";",$row["task"]);
+ $time=$buf[0];
+ $action=$buf[1];
+ $argument=$buf[2];
+ $name=$buf[3];
+ //print out the items
+ echo("
");
+ echo("
".$row["id"]."
");
+ echo("
");
+ //echo("
");
+ echo("
");
+ echo('');
+ echo('
');
+
+ echo("
");
+ echo("
");
+ echo("
");
+ echo("
");
+ }
+
+ $stmt -> close();
+ ?>
+
+
+
System Tasks (Warning: Changes may impact security)
+
+
-
000
-
-
+
#
+
Time
+
Action
+
Argument
+
Name
+
Add / Delete
- prepare($sql);
- // Execute the statement
- $stmt->execute();
- // Get the result
- $result = $stmt->get_result();
- while ($row = $result->fetch_assoc()){
- //print out the items
- echo("
");
- echo("
".$row["id"]."
");
- echo("
");
- echo("
");
- echo("
");
- }
-
- $stmt -> close();
- ?>
-
-
-
-
User Tasks
-
-
-
-
#
-
Time
-
Action
-
Argument
-
Name
-
Add / Delete
-
-
-
-
-
000
-
-
-
-
-
-
-
-
- prepare($sql);
- // Execute the statement
- $stmt->execute();
- // Get the result
- $result = $stmt->get_result();
- while ($row = $result->fetch_assoc()){
- $buf=explode(";",$row["task"]);
- $time=$buf[0];
- $action=$buf[1];
- $argument=$buf[2];
- $name=$buf[3];
- //print out the items
- echo("
");
- echo("
".$row["id"]."
");
- echo("
");
- //echo("
");
- echo("
");
- echo('');
- echo('
');
-
- echo("
");
- echo("
");
- echo("
");
- echo("
");
- }
-
- $stmt -> close();
- ?>
-
-
-
System Tasks (Warning: Changes may impact security)
-
-
-
-
#
-
Time
-
Action
-
Argument
-
Name
-
Add / Delete
-
-
-
-
-
000
-
-
-
-
-
-
-
-
- prepare($sql);
- // Execute the statement
- $stmt->execute();
- // Get the result
- $result = $stmt->get_result();
- while ($row = $result->fetch_assoc()){
- $buf=explode(";",$row["task"]);
- $time=$buf[0];
- $action=$buf[1];
- $argument=$buf[2];
- $name=$buf[3];
- //print out the items
- echo("
");
- echo("
".$row["id"]."
");
- echo("
");
- //echo("
");
- echo("
");
- echo('');
- echo('
');
-
- echo("
");
- echo("
");
- echo("
");
- echo("
");
- }
-
- $stmt -> close();
- ?>
-
-
+
+
+
+
000
+
+
+
+
+
+
+
+
+ prepare($sql);
+ // Execute the statement
+ $stmt->execute();
+ // Get the result
+ $result = $stmt->get_result();
+ while ($row = $result->fetch_assoc()){
+ $buf=explode(";",$row["task"]);
+ $time=$buf[0];
+ $action=$buf[1];
+ $argument=$buf[2];
+ $name=$buf[3];
+ //print out the items
+ echo("
");
+ echo("
".$row["id"]."
");
+ echo("
");
+ //echo("
");
+ echo("
");
+ echo('');
+ echo('
');
+
+ echo("
");
+ echo("
");
+ echo("
");
+ echo("
");
+ }
+
+ $stmt -> close();
+ ?>
+
+
+
@@ -552,7 +558,7 @@ function load_settings(){
// Get the value of the "show" parameter
const show_div = document.getElementById(urlParams.get('show'));
const nav_tab = document.getElementById(urlParams.get('show')+"_tab");
- //show_div.style.display="block";
+ show_div.style.display="block";
nav_tab.setAttribute('class', 'nav-link active');