[geeklog-hg] geeklog: Fixed error message for log viewer

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jul 11 19:34:34 EDT 2013


changeset 9172:163c86befc63
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/163c86befc63
user: Tom <websitemaster at cogeco.net>
date: Tue Jul 09 15:10:48 2013 -0400
description:
Fixed error message for log viewer

diffstat:

 public_html/admin/logviewer.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ac56c2abe522 -r 163c86befc63 public_html/admin/logviewer.php
--- a/public_html/admin/logviewer.php	Tue Jul 09 15:10:01 2013 -0400
+++ b/public_html/admin/logviewer.php	Tue Jul 09 15:10:48 2013 -0400
@@ -47,7 +47,7 @@
 if (!SEC_inGroup('Root')) {
     $display .= COM_showMessageText($MESSAGE[29], $MESSAGE[30]);
     $display = COM_createHTMLDocument($display, array('pagetitle' => $MESSAGE[30]));
-    COM_accessLog("User {$_USER['username']} tried to illegally access the topic administration screen.");
+    COM_accessLog("User {$_USER['username']} tried to illegally access the log viewer screen.");
     COM_output($display);
     exit;
 }



More information about the geeklog-cvs mailing list