Skip to content

Commit

Permalink
Released 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lvc committed Sep 28, 2016
1 parent 9690dc6 commit 144b0b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Expand Up @@ -7,7 +7,7 @@ RELEASE INFORMATION

Project: HW Probe
Version: 1.1
Date: 2016-09-27
Date: 2016-09-28


This file explains how to install and setup environment
Expand Down
4 changes: 2 additions & 2 deletions hw-probe.pl
Expand Up @@ -475,10 +475,10 @@ ()
my $ProbeUrl = "$URL/index.php?probe=$ID";
my $ProbeLog = "PROBE\n=====\n".localtime(time)."\n";

$ProbeLog .= "Probe URL: $ProbeUrl\n";
if($Token) {
$ProbeLog .= "Probe URL (Private): $ProbeUrl&token=$Token\n";
$ProbeLog .= "Private access: $ProbeUrl&token=$Token\n";
}
$ProbeLog .= "Probe URL (Public): $ProbeUrl\n";

appendFile($PROBE_LOG, $ProbeLog."\n");
}
Expand Down

0 comments on commit 144b0b7

Please sign in to comment.