[geeklog-cvs] geeklog: Access violations should be logged in access.log

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 3 16:15:11 EST 2010


changeset 7583:fce855ec235f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/fce855ec235f
user: Dirk Haun <dirk at haun-online.de>
date: Sun Jan 03 20:13:14 2010 +0100
description:
Access violations should be logged in access.log

diffstat:

 public_html/admin/plugins/links/index.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2fed08c5a71a -r fce855ec235f public_html/admin/plugins/links/index.php
--- a/public_html/admin/plugins/links/index.php	Sun Jan 03 10:55:47 2010 +0100
+++ b/public_html/admin/plugins/links/index.php	Sun Jan 03 20:13:14 2010 +0100
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | Geeklog Links Plugin administration page.                                 |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2009 by the following authors:                         |
+// | Copyright (C) 2000-2010 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
 // |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
@@ -490,7 +490,7 @@
             COM_accessLog("User {$_USER['username']} tried to illegally delete link submission $lid.");
         }
     } else {
-        COM_errorLog("User {$_USER['username']} tried to illegally delete link $lid of type $type.");
+        COM_accessLog("User {$_USER['username']} tried to illegally delete link $lid of type $type.");
     }
 
     return COM_refresh($_CONF['site_admin_url'] . '/plugins/links/index.php');



More information about the geeklog-cvs mailing list