diff options
author | ramon <ramongomez@us.es> | 2016-07-06 10:26:26 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-07-06 10:26:26 +0000 |
commit | 0a767fc1a5e672e47dbd32af231a05e78d99feab (patch) | |
tree | 735481701ea61bff82b7d91026ea4170a3050301 /admin/WebConsole/rest/ogagent.php | |
parent | 31970a07b497ac89f6b8871772f470e152f13bd8 (diff) |
#718: Corregir errata en revisiĆ³n r4981.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4982 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/rest/ogagent.php')
-rw-r--r-- | admin/WebConsole/rest/ogagent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/rest/ogagent.php b/admin/WebConsole/rest/ogagent.php index dc3f4dba..a2697c26 100644 --- a/admin/WebConsole/rest/ogagent.php +++ b/admin/WebConsole/rest/ogagent.php @@ -80,7 +80,7 @@ $app->post('/ogagent/loggedin', $user = htmlspecialchars($input->user); // May check that client is included in the server database? // Default processing: log activity. - file_put_contents(LOG_FILE, date(DATE_RSS).": User logged out: ip=$ip, user=$user.\n", FILE_APPEND); + file_put_contents(LOG_FILE, date(DATE_RSS).": User logged in: ip=$ip, user=$user.\n", FILE_APPEND); // Response. $response = ""; jsonResponse(200, $response); |