Skip to content

Commit

Permalink
Update/Correct Variable Names
Browse files Browse the repository at this point in the history
Updated/Corrected incorrect spelling in some variables
  • Loading branch information
dcumbow committed Jun 2, 2016
1 parent 7f89d44 commit c489e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/background.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function main() {
var errors = [];
var CurrentIP = '0.0.0.0';
// Set the default user that will be used if the current user can't be determined
var CurrentUser = 'chromeuser@#yourdomain#';
var CurrentUser = 'chromeuser@#yourGoogleDomain#';
// URL of web service to submit user information to
var urlPost = '#locationToIndex.php#';

Expand Down
2 changes: 1 addition & 1 deletion php/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function logWrite($entry, $level) {
$syslog->SetSeverity(7);
$syslog->SetHostname('#ThisWebServerHostname#');
$syslog->SetFqdn('#FQDNofThisWebServer#');
$syslog->SetIpFrom('#ThisIPAddreess#');
$syslog->SetIpFrom('#ThisIPAddress#');
$syslog->SetProcess('webautomation');
$syslog->SetContent($syslogMsg);
$syslog->SetServer($paAgentIP);
Expand Down

0 comments on commit c489e4e

Please sign in to comment.