[geeklog-cvs] geeklog-1.3/public_html/admin/plugins/spamx install.php,1.6,1.7

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Oct 2 09:35:25 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin/plugins/spamx
In directory www:/tmp/cvs-serv1247/public_html/admin/plugins/spamx

Modified Files:
	install.php 
Log Message:
Replaced $REMOTE_ADDR with $HTTP_SERVER_VARS['REMOTE_ADDR']


Index: install.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/plugins/spamx/install.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** install.php	17 Sep 2004 10:52:38 -0000	1.6
--- install.php	2 Oct 2004 13:35:23 -0000	1.7
***************
*** 107,111 ****
  if (!SEC_inGroup('Root')) {
      // Someone is trying to illegally access this page
!     COM_errorLog("Someone has tried to illegally access the spamx install/uninstall page.  User id: {$_USER['uid']}, Username: {$_USER['username']}, IP: $REMOTE_ADDR",1);
      $display = COM_siteHeader();
      $display .= COM_startBlock($LANG_SX00['access_denied']);
--- 107,111 ----
  if (!SEC_inGroup('Root')) {
      // Someone is trying to illegally access this page
!     COM_errorLog("Someone has tried to illegally access the spamx install/uninstall page.  User id: {$_USER['uid']}, Username: {$_USER['username']}, IP: {$HTTP_SERVER_VARS['REMOTE_ADDR']}",1);
      $display = COM_siteHeader();
      $display .= COM_startBlock($LANG_SX00['access_denied']);




More information about the geeklog-cvs mailing list